-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.02 KB
/
package.json
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
{
"name": "@the-grid/gom",
"description": "Grid Object Model",
"version": "0.1.16",
"author": {
"name": "Dan Tocchini",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/the-grid/gom.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"coffee-script": "1.10.0",
"clone": "1.0.2",
"coffeeify": "1.1.0"
},
"devDependencies": {
"chai": "3.3.0",
"grunt": "0.4.5",
"grunt-browserify": "4.0.1",
"grunt-cafe-mocha": "0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "0.11.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-phantomjs": "0.6.2",
"grunt-noflo-browser": "0.1.11",
"html-minifier": "0.8.0",
"mocha": "2.3.3"
},
"keywords": [],
"scripts": {
"test": "grunt test"
},
"main": "./lib/GOM",
"browserify": {
"name": "gom",
"transform": [
"coffeeify"
]
}
}