-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
51 lines (51 loc) · 1.17 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
50
51
{
"name": "gss-engine",
"description": "GSS styling engine",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/gss/engine.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gss/engine/blob/master/LICENSE"
}
],
"devDependencies": {
"chai": "~1.9.0",
"coffeeify": "^1.0.0",
"mocha": "~1.17.0",
"grunt": "^0.4.5",
"grunt-banner": "^0.2.1",
"grunt-browserify": "^3.2.1",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-docco": "^0.3.3",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-saucelabs": "^8.4.1"
},
"keywords": [],
"scripts": {
"test": "grunt test"
},
"main": "./src/Engine",
"paths": [
"./vendor"
],
"dependencies": {
"ccss-compiler": "~1.1.2",
"vfl-compiler": "~1.1.3",
"cassowary": "git://github.com/slightlyoff/cassowary.js.git#829729cb602d4a17341b4d1a5dba6767bf1cfd5c"
},
"browserify": {
"name": "gss-engine",
"transform": [
"coffeeify"
]
}
}