forked from aspnetboilerplate/bower-abp-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 779 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": "abp-web-resources",
"version": "3.7.0",
"description": "ASP.NET Boilerplate web resources",
"main": "Abp/Framework/scripts/abp.js",
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-shell": "^0.5.2",
"xml2js": "^0.4.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspnetboilerplate/bower-abp-resources.git"
},
"keywords": [
"asp.net",
"boilerplate",
"web",
"resources"
],
"author": "Halil İbrahim Kalkan",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspnetboilerplate/bower-abp-resources/issues"
},
"homepage": "http://www.aspnetboilerplate.com/"
}