forked from ubc/ubcpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "ubcpi",
"version": "0.6.0",
"repository": "https://github.com/ubc/ubcpi.git",
"devDependencies": {
"angular": "~1.3",
"angular-cookies": "~1.3",
"angular-gettext": "^2.3.8",
"angular-gettext-cli": "^1.1.2",
"angular-messages": "~1.3",
"angular-mocks": "~1.3",
"angular-sanitize": "~1.3",
"async": "^1.4.0",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"cucumber": "^0.5.2",
"d3": "~3.5.17",
"jasmine-core": "^2.3.4",
"jquery": "~2.2",
"karma": "^0.13",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-phantomjs-launcher": "^0.2.0",
"lodash": "^3.10.1",
"phantomjs": "^1.9.17",
"protractor": "~2.5",
"request": "^2.60.0",
"uglify-js": "2.6.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --reporters progress,coverage"
}
}