-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "starter-project",
"title": "Starter Project",
"version": "0.5.1",
"dependencies": {
"ejs": "^1.0.0",
"grunt": "^0.4.5",
"grunt-bower": "^0.12.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-stylus": "^0.15.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-template-html": "^0.1.4",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-newer": "^0.7.0",
"grunt-contrib-clean": "^0.5.0"
},
"engines": {
"node": "0.10.26",
"npm": "1.1.x"
},
"deploy": {
"dev": {
"cdn_root": "/"
},
"prod": {
"cdn_root": "/"
}
},
"devDependencies": {
"coffeeify": "^0.6.0",
"grunt-browserify": "~2.1.3",
"browserify": "~4.2.0",
"browserify-shim": "~3.6.0",
"browser-request": "~0.3.1",
"brfs": "~1.1.2",
"tumblr.js": "git+https://github.com/azmartone/tumblr.js.git"
},
"browser": {
"jquery": "./src/vendor/js/jquery.js"
}
}