-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 Bytes
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
{
"engines": {
"node": "0.10.x"
},
"name": "shecodes",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"jshint": "find . -not \\( -path \"./.git/*\" -o -path \"./node_modules/*\" \\) -name \"*.js\" -print0 | xargs -0 node_modules/.bin/jshint --verbose",
"test": "lab -l",
"update-db-design": "foreman run -e local.env sh -c 'common-couch push $DBURL db'"
},
"author": "",
"license": "ISC",
"dependencies": {
"promised-couch": "^0.1.2",
"express": "^3.10.5",
"logfmt": "^1.1.2",
"connect-flash": "^0.1.1",
"passport": "^0.2.0",
"passport-twitter": "^1.0.2",
"ejs": "^1.0.0"
},
"devDependencies": {
"jshint": "^2.5.1",
"mock-couch": "^0.1.2",
"common-couch": "0.0.6",
"lab": "^3.2.1",
"request": "^2.36.0"
}
}