-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "100shapes-urls",
"version": "0.0.1",
"description": "Opinionated Angular starter project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/.bin/webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmmoli/webpack-angular-starter.git"
},
"keywords": [
"Angular"
],
"author": "Michele Memoli <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmmoli/webpack-angular-starter/issues"
},
"homepage": "https://github.com/mmmoli/webpack-angular-starter#readme",
"devDependencies": {
"angular": "^1.4.5",
"angular-animate": "^1.4.5",
"angular-aria": "^1.4.5",
"angular-material": "^0.10.1",
"angular-material-icons": "^0.5.0",
"angular-messages": "^1.4.5",
"angular-sanitize": "^1.4.5",
"angular-ui-router": "^0.2.15",
"angularfire": "^1.1.2",
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"exports-loader": "^0.6.2",
"fastclick": "^1.0.6",
"file-loader": "^0.8.4",
"firebase": "^2.2.9",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.1",
"json-loader": "^0.5.2",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-sass": "^3.2.0",
"polyfill-function-prototype-bind": "0.0.1",
"sass-loader": "^2.0.1",
"shortid": "^2.2.2",
"slugify": "^0.1.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}