-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "checklist",
"version": "0.0.1",
"description": "Web application for checklists",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/webdriver-manager update --standalone && ./node_modules/.bin/bower install",
"test": "./node_modules/.bin/protractor test/functional/protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jrpruit1/checklist.git"
},
"keywords": [
"spa",
"web-app",
"checklist",
"project-management"
],
"author": "jrpruit1",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrpruit1/checklist/issues"
},
"dependencies": {
"async": "^0.9.0",
"hapi": "~8.1.0",
"hapi-seneca": "^1.0.3",
"seneca": "git://github.com/rjrodger/seneca.git",
"seneca-account": "^0.1.8",
"seneca-auth": "git://github.com/rjrodger/seneca-auth.git",
"seneca-card": "^0.1.3",
"seneca-ng-web": "^0.1.2",
"seneca-project": "^0.1.4",
"seneca-user": "~0.2.10"
},
"devDependencies": {
"protractor": "~1.6.1",
"bower": "~1.3.12"
}
}