-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 Bytes
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
{
"name": "ld34",
"private": true,
"devDependencies": {
"babel": "^4.6.3",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"babelify": "^5.0.3",
"bower": "~0.9.2",
"browserify": "^10.2.6",
"connect-livereload": "^0.5.3",
"eslint": "^1.6.0",
"grunt": "~0.4.5",
"grunt-browserify": "^3.6.0",
"grunt-build-control": "^0.6.2",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "~0.4.3",
"grunt-eslint": "^16.0.0",
"grunt-html-build": "~0.3.2",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2",
"moment": "~2.0.0",
"underscore": "*",
"underscore.string": "*"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"lodash": "~3.10.1",
"shortid": "^2.2.4"
}
}