forked from zackyang000/CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
57
58
{
"name": "CMS",
"version": "0.0.1",
"private": false,
"author": "Zack <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/TossShinHwa/CMS.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt"
},
"dependencies": {
"node-odata": "0.1.6",
"grunt-cli": "~0.1.11",
"express": "3.2.0",
"cors": "2.4.2",
"errorhandler": "1.2.0",
"morgan": "1.3.2",
"lodash": "^2.4.1",
"mkdirp": "*",
"gm": "*",
"rss": "1.0.0",
"coffee-script": "1.7.0",
"migrate": "0.1.5"
},
"devDependencies": {
"open": "~0.0.5",
"matchdep": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-concurrent": "~0.5.0",
"grunt-sails-linker": "~0.9.2",
"connect-livereload": "~0.3.1",
"grunt-open": "~0.2.2",
"grunt-newer": "~0.6.0",
"grunt-rev": "~0.1.0",
"grunt-text-replace": "~0.3.10",
"connect-modrewrite": "0.7.9",
"grunt-angular-templates": "0.5.7",
"grunt-nodemon": "0.2.0",
"grunt-bower": "~0.14.0",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-imagemin": "0.9.1"
}
}