-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "fairy",
"description": "The company owner magic fairness fairy. Keeps track of owners share of the company by expenses and income.",
"version": "0.0.0",
"private": true,
"license": "MIT",
"devDependencies": {
"bower": "^1.3",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-source": "^0.3.5",
"grunt-jscs": "^0.7.1",
"karma": "^0.12",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"load-grunt-tasks": "^0.4.0",
"protractor": "^0.21",
"shelljs": "^0.2"
},
"scripts": {
"postinstall": "bower install",
"start": "grunt serve",
"test": "karma start karma.conf.js",
"update-webdriver": "webdriver-manager update",
"protractor": "protractor test/protractor-conf.js",
"test-single-run": "karma start karma.conf.js --single-run"
}
}