-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
47
48
49
50
51
52
{
"name": "zerda-reader-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"angular-modal-service": "^0.10.1",
"angular-resource": "^1.6.2",
"ng-infinite-scroll": "^1.3.0",
"semantic-ui": "^2.2.7"
},
"devDependencies": {
"angular": "^1.6.1",
"angular-mocks": "^1.6.1",
"angular-route": "^1.6.1",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^0.9.0",
"font-awesome-webpack": "0.0.4",
"img-loader": "^1.3.1",
"jasmine": "^2.5.3",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"test": "karma start",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenfox-zerda-lasers/zerda-reader-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/greenfox-zerda-lasers/zerda-reader-frontend/issues"
},
"homepage": "https://github.com/greenfox-zerda-lasers/zerda-reader-frontend#readme"
}