forked from BoLaMN/loopback-component-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 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
35
36
37
{
"name": "loopback-component-admin",
"version": "0.0.7",
"main": "dist/index.js",
"author": {
"name": "BoLaMN",
"url": "https://github.com/BoLaMN"
},
"repository": {
"type": "git",
"url": "https://github.com/BoLaMN/loopback-component-admin"
},
"license": "MIT",
"scripts": {},
"devDependencies": {
"coffee-script": "1.10.0",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-sass": "^*",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-open": "^0.2.3",
"grunt-parallel": "^0.4.1"
},
"dependencies": {
"loopback": "^2.26.0",
"loopback-sdk-angular": "^1.6.0"
}
}