forked from aziz/tmTheme-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "tmtheme-editor",
"version": "0.12.1",
"private": true,
"author": {
"name": "Allen Bargi"
},
"repository": {
"type": "git",
"url": "git://github.com/aziz/tmTheme-Editor.git"
},
"scripts": {
"postinstall": "`npm bin`/bower install",
"start": "`npm bin`/coffee app/back/app.coffee",
"prod": "NODE_ENV=production PORT=9090 `npm bin`/coffee app/back/app.coffee",
"build": "`npm bin`/gulp"
},
"engines": {
"node": "0.12.x",
"npm": "2.10.x"
},
"dependencies": {
"body-parser": "1.13.1",
"compression": "1.5.0",
"cookie-parser": "1.3.5",
"errorhandler": "1.4.0",
"express-session": "1.11.3",
"method-override": "2.3.3",
"morgan": "1.6.0",
"uglify-js": "2.4.23",
"bower": "1.4.1",
"request": "2.58.0",
"coffee-script": "1.9.3",
"connect-assets": "4.7.1",
"csswring": "3.0.5",
"ect": "0.5.9",
"express": "4.13.0",
"less": "2.5.1",
"sugar": "1.4.1",
"ng-templatecache": "0.1.4",
"mincer": "1.2.5"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.5.2",
"gulp-ext-replace": "0.2.0",
"gulp-initial-cleaning": "0.0.1",
"gulp-mincer": "0.0.2",
"gulp-minify-css": "1.1.6",
"gulp-minify-html": "1.0.3",
"gulp-remote-src": "0.3.0",
"gulp-uglify": "1.2.0"
}
}