forked from marmelab/ng-admin-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 Bytes
/
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
{
"name": "commerce-admin",
"version": "0.0.1",
"description": "A ng-admin demo on e-commerce domain",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"admin-config": "^0.2.15",
"babel": "^5.8.23",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"chance": "^0.7.6",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"fakerest": "^1.0.10",
"html-loader": "^0.3.0",
"md5": "^2.0.0",
"moment": "^2.10.6",
"ng-admin": "marmelab/ng-admin",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"sinon": "ubervu/Sinon.JS",
"style-loader": "^0.12.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "François Zaninotto",
"license": "MIT"
}