-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "myApp",
"version": "1.0.0",
"description": "Seed for new Angular apps",
"main": "index.js",
"dependencies": {
"angular-bootstrap": "^0.12.2",
"angular-smart-table": "^2.1.8",
"angular-ui-router": "^0.3.1",
"bower": "^1.7.9",
"font-awesome": "4.6.3",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.2",
"lodash": "^4.15.0",
"protractor": "^3.3.0",
"watch": "^0.19.2"
},
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-ui-router": "^0.3.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8"
},
"scripts": {
"tests": "karma start",
"jshint:watch":"watch 'jshint .''"
},
"jshintConfig": {
"curly": true,
"eqeqeq": true,
"undef": true,
"maxdepth": 2,
"predef": ["angular", "module", "describe", "beforeEach", "inject", "it", "expect"]
},
"author": "Andrew Porter",
"license": "ISC"
}