-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 897 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
33
34
{
"name": "idsp-base-web-seed",
"version": "0.0.51",
"description": "idsp web project seed",
"main": "app/index.html",
"scripts": {
"postinstall": "node install.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/baihuibo/idsp-base-web-seed.git"
},
"author": "baihuibo@hotmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/baihuibo/idsp-base-web-seed/issues"
},
"dependencies": {
"angular": "^1.5.2",
"angular-resource": "^1.5.2",
"angular-route": "^1.5.2",
"async": "^2.0.0-rc.2",
"copy": "^0.2.0",
"jquery": "^2.2.1",
"js-yaml": "^3.5.5",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"remove": "^0.1.5",
"systemjs": "^0.19.24",
"systemjs-plugin-css": "^0.1.20",
"systemjs-plugin-json": "^0.1.0"
},
"homepage": "https://github.com/baihuibo/idsp-base-web-seed#readme"
}