-
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.57 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.57 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": "webpack-gmg-boilerplate",
"version": "1.0.0",
"description": "A boilerplate to kickstart development using Webpack, Gulp and AngularJS.",
"repository": {
"type": "git",
"url": "https://github.com/guilhermegregio/webpack-boilerplate.git"
},
"scripts": {
"test": "gulp test",
"test:unit": "npm test -- --type=unit",
"test:e2e": "npm test -- --type=e2e",
"build": "gulp build",
"start": "gulp dev"
},
"author": "Guilherme Mangabeira Gregio<guilherme@gregio.net>",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.4.3",
"babel-core": "^5.8.19",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"css-loader": "^0.15.6",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-env": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-protractor": "^1.0.0",
"gutil": "^1.6.4",
"karma": "^0.12.37",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon-chai": "^1.0.0",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"opn": "^3.0.2",
"optimist": "^0.6.1",
"phantomjs": "^1.9.17",
"proxy-middleware": "^0.13.0",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.2",
"sprity": "^1.0.7",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1",
"wrench": "^1.5.8"
},
"dependencies": {
"angular": "^1.4.3",
"browser-sync": "^2.8.1",
"express": "^4.13.1",
"http-proxy": "^1.11.1",
"json-server": "^0.7.23"
}
}