-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "es6-modules-packager",
"version": "0.0.1",
"devDependencies": {
"brfs": "0.0.8",
"cheerio": "^0.17.0",
"connect-livereload": "^0.4.0",
"connect-redirection": "0.0.1",
"es6-module-transpiler": "~0.6",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "^0.9.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "^0.5.2",
"grunt-es6-module-transpiler": "~0.5.0",
"grunt-grock": "^0.1.3",
"grunt-mocha-test": "~0.5.0",
"grunt-traceur": "0.0.3",
"js-beautify": "^1.5.1",
"jshint": "~0.9",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"lodash": "^2.4.1",
"moment": "^2.8.2"
},
"root": "app/root",
"vendor": "vendor",
"dependencies": {}
}