-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.57 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
{
"name": "hunteru",
"version": "1.0.0",
"description": "A simple application for the top secret hunter organisation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engine": {
"node": "0.12.x",
"npm": "2.11.x"
},
"keywords": [
"hunter",
"nen"
],
"author": "Kenrick Wu",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"mongoose": "^4.0.6",
"morgan": "^1.6.0",
"passport": "^0.2.2"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.3.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-stylus": "^2.0.5",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
"phantomjs": "^1.9.17",
"run-sequence": "^1.1.1",
"sinon": "^1.15.4",
"wiredep": "^3.0.0-beta",
"yargs": "^3.14.0"
}
}