-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
33 lines (33 loc) · 982 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
{
"name": "juno106",
"version": "0.1.0",
"description": "Juno 106",
"main": "index.html",
"devDependencies": {
"babel-eslint": "^4.0.5",
"connect": "^3.3.5",
"eslint": "^0.24.1",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^3.0.0",
"grunt-compile-handlebars": "~0.7.8",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-handlebars": "^0.10.1",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-template-jasmine-requirejs": "latest",
"load-grunt-tasks": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stevengoldberg/juno106.git"
},
"author": "steve goldberg"
}