-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 999 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": "aor-loopback",
"version": "1.3.2",
"description": "Loopback-style REST Client for Admin-on-rest, the frontend framework for building admin applications on top of REST services",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src -d lib --ignore '*.spec.js' --presets babel-preset-es2015"
},
"files": [
"*.md",
"lib",
"src"
],
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimkha/aor-loopback.git"
},
"keywords": [
"react",
"admin-on-rest",
"loopback",
"rest-client"
],
"author": "Nguyen Kim Kha",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimkha/aor-loopback/issues"
},
"homepage": "https://github.com/kimkha/aor-loopback#readme"
}