-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 915 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": "ember-menglifang",
"version": "0.4.3",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"repository": "https://gitlab.com/mlf-base/ember-menglifang.git",
"license": "Beijing Menglifang",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-browserify2": "~0.1.8",
"grunt-ember-templates": "~0.4.10",
"grunt-jsdoc": "*",
"grunt-neuter": "~0.4.0",
"grunt-shell": "*",
"node-static": "*",
"express": "~3.4.8",
"sqlite3": "~2.2.0",
"jssha": "~1.5.0",
"grunt-gh-pages": "^0.9.1",
"grunt-markdown": "^0.5.0"
}
}