-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 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
{
"name": "angularjs-example",
"version": "0.0.1",
"repository": "https://github.com/Emilion/anuglarjs-example.git",
"license": "MIT",
"scripts": {
"lite": "lite-server -c ./bs-config.js",
"e2e": "node_modules/.bin/protractor protractor.conf.js",
"karma": "node_modules/.bin/karma start karma.conf.js"
},
"dependencies": {
"angular": "1.3.12",
"angular-mocks": "^1.6.2",
"angular-ui-router": "0.4.2",
"bootstrap": "3.3.7",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"restangular": "1.6.1"
},
"devDependencies": {
"lite-server": "2.2.2",
"jquery": "3.1.1",
"karma": "1.5.0",
"karma-jasmine": "1.1.0",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"protractor": "5.1.1",
"webdriver-manager": "12.0.2"
}
}