-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "comicable",
"version": "2.0.0",
"description": "Comic web app",
"main": "main.js",
"scripts": {
"test": "NODE_ENV=test gulp test",
"start": "nodemon app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beahuang/comicable.git"
},
"author": "Beatrice Huang",
"license": "ISC",
"bugs": {
"url": "https://github.com/beahuang/comicable/issues"
},
"homepage": "https://github.com/beahuang/comicable#readme",
"devDependencies": {
"browser-sync": "2.11.1",
"browserify": "13.0.0",
"gulp": "3.9.1",
"gulp-cache": "0.4.3",
"gulp-concat": "2.6.0",
"gulp-imagemin": "2.4.0",
"gulp-istanbul": "0.10.4",
"gulp-mocha": "2.2.0",
"gulp-sass": "2.2.0",
"gulp-uglify": "1.5.3",
"nodemon": "^1.11.0",
"vinyl-source-stream": "1.1.0"
},
"dependencies": {
"angular": "1.5.1",
"angular-adaptive-backgrounds": "0.2.3",
"angular-modal-service": "0.6.10",
"angular-route": "1.5.1",
"bluebird": "3.3.5",
"chai": "3.5.0",
"cheerio": "0.20.0",
"hapi": "13.4.0",
"jquery": "3.0.0",
"inert": "4.0.2",
"mongodb": "2.1.18",
"mongoose": "4.4.17",
"request": "2.72.0",
"request-promise": "3.0.0",
"rewire": "2.5.1"
}
}