forked from zensh/jsgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
46
47
48
49
50
51
52
53
54
55
56
{
"author": {
"name": "zensh",
"email": "[email protected]",
"url": "http://weibo.com/zensh"
},
"name": "jsgen",
"version": "0.8.5",
"cdnHost": "http://cdn.angularjs.cn",
"description": "",
"keywords": [
"Node.js",
"AngularJS",
"mongoDB",
"jsGen"
],
"homepage": "https://github.com/zensh/jsgen",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/zensh/jsgen.git"
},
"engines": {
"node": ">=0.10.x"
},
"dependencies": {
"rrestjs": ">=1.3.x",
"mongoskin": "~1.3.x",
"redis": "~0.10.x",
"marked": ">=0.3.x",
"nodemailer": ">=0.6.x",
"thenjs": ">=1.4.x",
"xss": ">=0.1.x"
},
"devDependencies": {
"gulp": ">=3.5.6",
"gulp-clean": ">=0.3.1",
"gulp-concat": ">=2.2.0",
"gulp-imagemin": ">=1.0.1",
"gulp-jshint": ">=1.5.1",
"gulp-minify-css": ">=0.3.0",
"gulp-minify-html": "^0.1.4",
"gulp-ng-template": "^0.1.0",
"gulp-rename": ">=1.2.0",
"gulp-replace": "^0.4.0",
"gulp-rev": ">=0.4.2",
"gulp-sequence": "^0.1.0",
"gulp-uglify": ">=0.3.1",
"gulp-usemin": ">=0.3.6",
"gulp-util": ">=2.2.14",
"merge2": "^0.2.0"
},
"scripts": {
"start": "node app.js"
}
}