-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "stonewalljs",
"version": "1.0.20",
"repository": {
"type": "git",
"url": "https://github.com/gunins/stonewall"
},
"devDependencies": {
"babel-cli": "6.24.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.0",
"chai": "~2.3.0",
"chai-jq": "0.0.8",
"clean-css": "^3.4.10",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^3.8.0",
"grunt-bump": "0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "1.0.1",
"grunt-docco": "0.5.0",
"grunt-exec": "^0.4.6",
"grunt-execute": "^0.2.2",
"grunt-mocha-phantomjs": "4.0.0",
"jquery": "3.0.0",
"less": "2.7.2",
"mocha": "2.3.0",
"node-static": "0.7.9",
"sinon": "^1.17.3",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
},
"dependencies": {
"requirejs": "2.3.3",
"richtemplate": "1.0.7",
"urlmanager": "0.4.3"
},
"scripts": {
"start": "node server.js",
"test": "grunt"
}
}