-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "angular-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "Parechay Mathode ",
"license": "Mathode",
"devDependencies": {
"angular": "^1.5.9",
"angular-animate": "^1.5.9",
"angular-aria": "^1.5.9",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-material": "^1.1.3",
"angular-sanitize": "^1.5.9",
"angular-signalr-hub": "^1.6.2",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^0.3.2",
"bootstrap": "^3.3.7",
"chunkhash-replace-webpack-plugin": "0.0.7",
"html-webpack-plugin": "^2.28.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"jquery": "^3.1.1",
"restangular": "^1.5.2",
"underscore": "^1.8.3",
"webpack": "^2.2.0",
"webpack-chunk-hash": "^0.3.0",
"webpack-dev-server": "^1.16.2",
"webpack-manifest-plugin": "^1.1.0",
"webpack-md5-hash": "0.0.5"
},
"dependencies": {
"angular-ui-router": "^0.3.2"
}
}