-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "hokui.net",
"private": true,
"scripts": {
"start": "npm install && bower install && gulp --seed --nosound",
"test": "./node_modules/karma/bin/karma start",
"gulp": "./node_modules/gulp/bin/gulp.js",
"postinstall": "webdriver-manager update",
"nginx": "sudo nginx -c /var/www/hokui.net/nginx/nginx.conf",
"nginx-reload": "sudo nginx -c /var/www/hokui.net/nginx/nginx.conf -s reload",
"nginx-stop": "sudo nginx -c /var/www/hokui.net/nginx/nginx.conf -s stop",
"nginx-test": "sudo nginx -c /var/www/hokui.net/nginx/nginx.conf -t"
},
"devDependencies": {
"browser-sync": "^2.7.1",
"coffee-script": "^1.9.2",
"connect-modrewrite": "^0.8.1",
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-sass": "^1.3.3",
"gulp-shell": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.3.2",
"karma": "^0.12.31",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.3.1",
"karma-coveralls": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lazypipe": "^0.2.3",
"main-bower-files": "^2.7.0",
"play": "^0.5.0",
"protractor": "^2.0.0",
"protractor-coffee-preprocessor": "0.0.1",
"proxy-middleware": "^0.11.0",
"sort-stream": "^1.0.1",
"yargs": "^3.8.0"
}
}