-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
75 lines (75 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
{
"name": "itemsapi-starter",
"version": "1.0.3",
"description": "ItemsAPI demo starter",
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "./node_modules/.bin/bower cache clean --allow-root && ./node_modules/.bin/bower install --allow-root && node ./src/post_install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itemsapi/itemsapi-starter.git"
},
"author": "Mateusz Rzepa",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/itemsapi/itemsapi-starter/issues"
},
"homepage": "https://github.com/itemsapi/itemsapi-starter#readme",
"dependencies": {
"JSONStream": "^1.2.1",
"bluebird": "^3.3.5",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.6",
"colors": "^1.1.2",
"connect-redis": "^3.2.0",
"bower": "^1.8.0",
"cookie-parser": "^1.4.3",
"eventemitter2": "^3.0.0",
"express": "^4.13.4",
"express-session": "^1.15.0",
"figlet": "^1.2.0",
"flash": "^1.1.0",
"fs-extra": "^1.0.0",
"image-downloader": "^2.0.0",
"itemsapi": "^1.0.73",
"itemsapi-node": "^1.0.18",
"lodash": "^4.11.1",
"moment": "^2.17.1",
"mongoose": "^4.7.4",
"multer": "^1.2.1",
"nconf": "^0.8.4",
"node-persist": "0.0.11",
"nunjucks": "^3.0.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"redis": "^2.6.3",
"request": "^2.72.0",
"s3-uploader": "^2.0.3",
"slug": "^0.9.1",
"tcp-port-used": "^0.1.2",
"underscore": "^1.8.3",
"unicode": "^0.6.1",
"urijs": "^1.18.2",
"winston": "^2.2.0",
"@bower_components/urijs" : "medialize/URI.js#~1.18.2",
"@bower_components/history.js" : "browserstate/history.js#~1.8.0",
"@bower_components/jquery.tagsinput" : "xoxco/jQuery-Tags-Input#~1.3.6",
"@bower_components/lodash" : "lodash/lodash#~4.17.2",
"@bower_components/AdminLTE" : "almasaeed2010/AdminLTE#~2.3.8",
"@bower_components/codemirror" : "codemirror/CodeMirror#~5.21.0"
},
"devDependencies": {
"chai": "^3.5.0",
"node-mongoose-fixtures": "^0.2.4",
"should": "^11.1.2",
"sinon": "^1.17.6",
"supertest": "^2.0.1"
}
}