forked from saratateno/weJammin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "wejammin",
"version": "1.0.0",
"description": "Final project at Makers",
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "bower install",
"test": "npm run update-webdriver && grunt test",
"update-webdriver": "./node_modules/protractor/bin/webdriver-manager update --standalone --chrome",
"e2e": "protractor test/e2e/conf.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/saratateno/weJammin.git"
},
"author": "Daniela Galeote, Charlie Person, Sara Tateno, Angus Whitehead",
"license": "ISC",
"bugs": {
"url": "https://github.com/saratateno/weJammin/issues"
},
"homepage": "https://github.com/saratateno/weJammin#readme",
"engines": {
"node": "5.4.0"
},
"dependencies": {
"bower": "^1.7.7",
"express": "^4.13.4",
"socket.io": "^1.4.5"
},
"devDependencies": {
"coveralls": "^2.11.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-express-server": "^0.5.1",
"grunt-karma": "^0.12.1",
"grunt-karma-coveralls": "^2.5.4",
"grunt-protractor-runner": "^3.0.0",
"grunt-protractor-webdriver": "^0.2.5",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"nodemon": "^1.8.1",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "^3.1.1",
"selenium-standalone": "^4.9.0",
"webdriver-manager": "^8.0.0"
}
}