This repository was archived by the owner on Feb 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"private": true,
"scripts": {
"clean": "rm -rf ./dist",
"start": "webpack-dev-server",
"prebuild": "npm run clean",
"build": "webpack",
"test:clean": "rm -rf ./dist-test",
"pretest:build": "npm run test:clean",
"test:build": "webpack --config webpack.test.config.js",
"test:watch": "webdriver-manager update --standalone && concurrently --kill-others 'webdriver-manager start' 'npm run start -- --env test --optimize' 'npm run test:build -- --watch'",
"test": "protractor",
"postinstall": "npm prune; npm outdated --depth 0"
},
"dependencies": {
"angular": "1.5.0",
"angular-animate": "1.5.0",
"angular-aria": "1.5.0",
"angular-auto-validate": "1.19.0",
"angular-capitalize-filter": "2.2.1",
"angular-cookies": "1.5.0",
"angular-loading-bar": "0.8.0",
"angular-local-storage": "0.2.2",
"angular-material": "1.0.5",
"angular-mocks": "1.5.0",
"angular-moment": "0.10.3",
"angular-translate": "2.9.1",
"angular-ui-router": "0.2.18",
"angular-validation-match": "1.7.1",
"babel": "6.5.2",
"babel-loader": "6.2.3",
"babel-preset-es2015": "6.5.0",
"concurrently": "2.0.0",
"css-loader": "0.23.1",
"eslint": "2.6.0",
"eslint-config-airbnb": "6.2.0",
"eslint-loader": "1.3.0",
"eslint-plugin-react": "4.2.3",
"extract-text-webpack-plugin": "1.0.1",
"favico.js": "0.3.10",
"file-loader": "0.8.5",
"glob": "7.0.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.9.0",
"htmlhint-loader": "0.1.0",
"httpbackend": "2.0.0",
"json-loader": "0.5.4",
"lodash": "4.7.0",
"material-design-icons-iconfont": "2.0.4",
"moment": "2.11.2",
"ng-annotate-loader": "0.1.0",
"node-sass": "3.4.2",
"protractor": "3.1.1",
"sass-loader": "3.1.2",
"shipit-cli": "1.4.1",
"shipit-deploy": "2.1.3",
"socket.io-client": "1.4.5",
"style-loader": "0.13.0",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1",
"yargs": "4.1.0"
},
"browser": {
"angular-auto-validate": "./node_modules/angular-auto-validate/dist/jcs-auto-validate.js"
},
"engines": {
"node": ">=5.1.0",
"npm": ">=3.3.9"
}
}