forked from The-Honest-Sandwich/artisanalaioli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.47 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
{
"name": "divvy",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start",
"start": "nodemon server/server.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Honest-Sandwich/artisanalaioli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/The-Honest-Sandwich/artisanalaioli/issues"
},
"homepage": "https://github.com/The-Honest-Sandwich/artisanalaioli#readme",
"dependencies": {
"@google-cloud/storage": "^0.7.0",
"@google-cloud/vision": "^0.8.0",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.4.7",
"body-parser": "^1.16.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.14.1",
"express-mailer": "^0.3.1",
"express-session": "^1.15.0",
"mongoose": "^4.8.1",
"node": "0.0.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"browser-sync": "^2.18.7",
"chai": "^3.5.0",
"clone-stats": "^1.0.0",
"karma": "^1.4.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"mocha": "^3.2.0",
"phantom": "^4.0.0",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^1.17.7"
}
}