This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.9 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "loopback-promised",
"version": "1.3.2",
"description": "Promise-styled client for LoopBack",
"main": "./index.js",
"dependencies": {
"fetch-ponyfill": "^1.0.0",
"qs": "^6.2.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"es6-promise": "^2.0.1",
"espower-coffee": "^1.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-yuidoc": "^0.7.0",
"grunt-mocha-chai-sinon": "^0.0.9",
"grunt-mocha-test": "^0.12.7",
"loopback-with-admin": "1.5.3",
"mocha": "^2.3.4",
"node-circleci-autorelease": "^1.5.11",
"power-assert": "^1.3.1"
},
"scripts": {
"test": "mocha -r coffee-script/register -r spec/export-globals.js spec/*.coffee",
"bmp": "cc-bmp",
"bmp-p": "cc-bmp -p",
"bmp-m": "cc-bmp -m",
"bmp-j": "cc-bmp -j",
"circle": "cc-generate-yml",
"post-dependencies": "echo post-dependencies",
"pre-release": "grunt build",
"post-release": "echo post-release",
"gh-pages": "grunt yuidoc",
"bmp-r": "cc-bmp -r",
"release": "cc-local-release"
},
"repository": {
"type": "git",
"url": "https://github.com/CureApp/loopback-promised.git"
},
"keywords": [
"LoopBack"
],
"author": "CureApp, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CureApp/loopback-promised/issues"
},
"titanium": {
"./index.js": "titanium.js"
},
"homepage": "https://github.com/CureApp/loopback-promised",
"node-circleci-autorelease": {
"config": {
"git-user-name": "shinout(node-circleci-autorelease)",
"git-user-email": "[email protected]",
"version-prefix": "v",
"create-branch": false,
"create-gh-pages": true,
"gh-pages-dir": "doc",
"npm-shrinkwrap": false,
"npm-update-depth": false
},
"directories": {
"test": "spec"
}
}
}