-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.66 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
59
60
61
62
63
64
65
66
67
68
{
"name": "ioh-cover-maker",
"version": "0.0.1",
"description": "IOH cover maker",
"main": "index.ls",
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/ioh-cover-maker"
},
"keywords": [
"IOH"
],
"author": {
"name": "tomchentw",
"email": "[email protected]",
"url": "https://github.com/tomchentw"
},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"bugs": {
"url": "https://github.com/tomchentw/ioh-cover-maker/issues"
},
"homepage": "https://github.com/tomchentw/ioh-cover-maker",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "make server"
},
"dependencies": {
"LiveScript": "~1.2.0",
"bower": "^1.2.8",
"q": "^1.0.0",
"pg": "^2.11.1",
"sequelize": "^1.7.0",
"express": "^3.4.8",
"express-promise": "^0.1.9",
"newrelic": "^1.4.0",
"highlight.js": "^8.0.0",
"gulp": "^3.7.0",
"gulp-livescript": "~1.2.1",
"gulp-uglify": "^0.2.1",
"gulp-angular-templatecache": "^1.1.0",
"gulp-jade": "^0.5.0",
"gulp-sass": "^0.7.1",
"gulp-minify-css": "^0.3.0",
"gulp-concat": "^2.1.7",
"gulp-rev": "^0.3.2"
},
"devDependencies": {
"tiny-lr": "0.0.5",
"gulp-bump": "^0.1.4",
"gulp-livereload": "^1.1.1",
"gulp-nodemon": "^1.0.2",
"coveralls": "^2.8.0",
"protractor": "^0.21.0",
"karma": "^0.12.9",
"karma-live-preprocessor": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.2",
"karma-coverage": "^0.2.0"
}
}