forked from shaohua/thorax-seed-todos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (48 loc) · 1.16 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": "cheatsheets",
"version": "0.0.1-15",
"version": "0.0.1",
"devDependencies": {
"handlebars": "~1.0.0",
"thorax": "~2.0.0",
"lumbar-loader": "1.1.0",
"grunt-contrib-connect": "0.1.1",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt": "~0.4",
"grunt-cli": "0.1.6",
"grunt-express": "1.0",
"lumbar": "2.3.x",
"thorax-inspector": "0.2.4",
"open": "0.0.3",
"mysql": "~2.0.0-alpha8",
"express": "~3.3.4",
"underscore": "~1.5.1",
"connect": "~2.8.4"
},
"dependencies": {
"handlebars": "~1.0.0",
"thorax": "~2.0.0",
"lumbar-loader": "1.1.0",
"grunt-contrib-connect": "0.1.1",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt": "~0.4",
"grunt-cli": "0.1.6",
"grunt-express": "1.0",
"lumbar": "~2.0.0",
"thorax-inspector": "0.2.4",
"open": "0.0.3",
"mysql": "~2.0.0-alpha8",
"express": "~3.3.4",
"underscore": "~1.5.1",
"connect": "~2.8.4"
},
"scripts": {
"start": "node ./node_modules/grunt-cli/bin/grunt",
"test": "node ./node_modules/grunt-cli/bin/grunt test"
},
"engines": {
"node": ">=0.8.0"
},
"subdomain": "ChineseCheatsheets"
}
}