-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 916 Bytes
/
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
{
"name": "gross-net-pay",
"author": "Michel Hua",
"version": "0.5.0",
"description": "Calculate Net Pay from Gross Pay",
"repository": {
"type": "git",
"url": "https://github.com/mycaule/gross-net-pay"
},
"license": "GPL",
"homepage": "https://github.com/mycaule/gross-net-pay",
"bugs": {
"url": "https://github.com/mycaule/gross-net-pay/issues"
},
"scripts": {
"start": "http-server -a localhost -p 8000 -c-1",
"test": "node_modules/karma/bin/karma start test/karma-conf.js",
"protractor": "protractor spec/protractor-conf.js"
},
"devDependencies": {
"karma": "~0.12.28",
"karma-jasmine": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"http-server": "~0.7.4",
"jasmine-core": "~2.1.3",
"angular": "~1.2.28",
"angular-mocks": "~1.2.28",
"angular-translate": "~2.5.2",
"angular-cookies": "~1.2.28",
"lodash": "~2.4.1"
}
}