-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.33 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pointyjs",
"version": "0.1.0",
"description": "pointy.js is a pointer events polyfill.",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"file": "0.2.2",
"mkdirp": "~0.5.0",
"marked": "~0.3.2",
"matchdep": "~0.3.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-mkdir": "~0.1.2",
"grunt-contrib-connect": "~0.8.0",
"grunt-mocha": "~0.4.11",
"grunt-strip-code": "~0.1.2",
"grunt-contrib-compress": "~0.10.0",
"grunt-string-replace": "~0.2.7",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~0.2.2",
"grunt-contrib-clean": "^0.6.0"
},
"scripts": {
"test": "grunt test"
},
"main": "./lib/cli",
"repository": {
"type": "git",
"url": "git://github.com/vistaprint/PointyJS.git"
},
"bugs": {
"url": "https://github.com/vistaprint/PointyJS/issues"
},
"keywords": [
"javascript",
"jQuery",
"pointer event"
],
"author": {
"name": "Vistaprint",
"url": "http://www.vistaprint.com"
},
"contributors": [
{
"name": "Benjamin Hutchins"
},
{
"name": "Laban Eilers"
}
],
"license": "Apache 2"
}