-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 827 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 827 Bytes
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
{
"name": "todo",
"version": "1.0.0",
"description": "A ToDo small app to show how angular and webpack get together.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-material": "^0.11.2",
"angular-touch": "^1.4.7",
"css-loader": "^0.19.0",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.1",
"http-server": "^0.8.5",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.3",
"node-sass": "^3.3.3",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}