-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.06 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
{
"name": "fresco",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"connect-livereload": "~0.2.0",
"jshint-stylish": "~0.1.3",
"grunt-contrib-handlebars": "~0.7.0",
"browserify": "~3.33.0",
"grunt-browserify": "~2.0.1",
"underscore": "~1.6.0",
"chalk": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"karma": "~0.12.16",
"grunt-karma": "~0.8.3",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3",
"karma-chrome-launcher": "~0.1.3",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-config": "~0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-html2js-preprocessor": "~0.1.0",
"grunt-contrib-less": "~0.11.1"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/skingdev/fresco-bakery.git"
}
}