-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
82 lines (82 loc) · 2.3 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "Archivr",
"version": "1.0.0",
"description": "[![Stories in Ready](https://badge.waffle.io/MildHawk/Archivr.png?label=ready&title=Ready)](https://waffle.io/MildHawk/Archivr) # Archivr Because it's hip to add an \"r\" at the end. r.",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"postinstall": "npm run build",
"build": "./node_modules/bower/bin/bower install && node node_modules/.bin/gulp build",
"test": "gulp test"
},
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/MildHawk/Archivr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MildHawk/Archivr/issues"
},
"homepage": "https://github.com/MildHawk/Archivr",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.3",
"body-parser": "^1.10.2",
"bower": "^1.3.12",
"cloudinary": "^1.1.1",
"cookie-parser": "^1.3.3",
"express": "^4.11.1",
"express-jwt": "^1.0.0",
"express-session": "^1.10.1",
"gulp": "^3.8.10",
"gulp-compass": "~2.0.3",
"gulp-concat": "^2.4.3",
"gulp-coveralls": "^0.1.3",
"gulp-exit": "0.0.2",
"gulp-image": "^0.5.3",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "~1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "~0.3.11",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.2",
"gulp-watch": "~3.0.0",
"jade": "^1.9.1",
"jshint-stylish": "~1.0.0",
"jsonwebtoken": "^3.2.2",
"lodash": "^3.0.0",
"moment": "^2.9.0",
"mongoose": "^3.8.21",
"mongoose-paginate": "^3.1.3",
"morgan": "^1.5.1",
"nconf": "^0.7.1",
"nightmare": "^1.7.0",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"run-sequence": "^1.0.2",
"url-to-screenshot": "^0.6.0"
},
"devDependencies": {
"angular-mocks": "^1.3.11",
"chai": "^1.10.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0",
"request": "^2.51.0",
"supertest": "^0.15.0"
}
}