-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 851 Bytes
/
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
{
"author": "niraj",
"name": "F1Model2016",
"description": "Package description",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "~0.8 || ~0.9 || ~0.10"
},
"scripts": {
"start": "node_modules/.bin/brunch watch --server"
},
"dependencies": {},
"devDependencies": {
"auto-reload-brunch": "^1.7.8",
"bower": "^1.4.1",
"brunch": "^1.7.20",
"clean-css-brunch": "^1.7.2",
"coffee-script-brunch": "^1.8.1",
"connect-slashes": "^1.3.0",
"constangular-brunch": "^0.1.4",
"css-brunch": "^1.7.0",
"digest-brunch": "^1.5.1",
"express": "^4.12.3",
"javascript-brunch": "^1.7.1",
"less-brunch": "^1.8.1",
"uglify-js-brunch": "^1.7.8",
"grunt": "~0.4.5",
"archiver": "~0.12.0",
"grunt-war": "~0.4.4"
}
}