-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 938 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 938 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
33
34
35
{
"name": "foresee",
"description": "Foresee Planning",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "3.x",
"socket.io": "0.9.x",
"connect-assets": "2.5.x",
"memory-cache": "0.0.x",
"my-local-ip": "1.0.0"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.17",
"grunt-jasmine-node": "^0.2.1",
"grunt-karma": "0.8.x",
"grunt-protractor-runner": "^0.2.4",
"karma": "0.12.x",
"karma-chrome-launcher": "0.1.x",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "0.1.x",
"karma-junit-reporter": "0.2.x",
"karma-ng-scenario": "~0.1",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.7-5",
"protractor": "0.20.x",
"should": "3.x.x",
"sinon": "1.x.x"
},
"scripts": {
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update"
}
}