-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 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
{
"name": "vp-angular-webpack",
"private": true,
"version": "0.0.0",
"description": "Empty project for AngularJS 1.4 + webpack + ES6",
"repository": {
"type": "git",
"url": "https://github.com/vpquant/vp-angular-webpack"
},
"license": "BSD-2-Clause",
"devDependencies": {
"angular-mocks": "~1.4.3",
"babel-core": "~5.8.21",
"babel-loader": "~5.3.2",
"bower": "^1.3.1",
"css-loader": "~0.15.6",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"karma": "~0.13.8",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.2.0",
"karma-cli": "~0.1.0",
"karma-jasmine": "^0.3.5",
"karma-mocha": "~0.2.0",
"karma-webpack": "~1.7.0",
"protractor": "^2.1.0",
"raw-loader": "~0.5.1",
"style-loader": "~0.12.3",
"webpack": "~1.11.0",
"webpack-dev-server": "~1.10.1",
"chai": "~3.2.0",
"mocha": "~2.2.5",
"ng-annotate-loader": "0.0.6",
"angular-aria": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-material": "~0.10.0",
"font-awesome-webpack": "0.0.3",
"less-loader": "~2.2.0",
"file-loader": "~0.8.4",
"url-loader": "~0.5.6",
"angular-ui-router": "~0.2.15"
},
"scripts": {
"start": "node node_modules/.bin/webpack-dev-server --content-base app",
"test": "NODE_ENV=test karma start karma.conf.js",
"build": "NODE_ENV=production node node_modules/.bin/webpack && cp app/index.html dist/index.html"
},
"bugs": {
"url": "https://github.com/vpquant/vp-angular-webpack/issues"
},
"main": "karma.conf.js",
"keywords": [
"angular",
"webpack",
"ES6"
],
"author": "Vincent Pfister"
}