-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "loopback-model-binder",
"version": "1.4.0",
"description": "Loopback Model Binder for ES6 classes",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"start": "node .'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aelbore/loopback-model-binder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aelbore/loopback-model-binder/issues"
},
"homepage": "https://github.com/aelbore/loopback-model-binder#readme",
"devDependencies": {
"@types/glob": "^5.0.30",
"@types/gulp": "^4.0.2",
"@types/node": "^7.0.8",
"@types/rx": "^4.1.1",
"babel": "^6.5.2",
"babel-core": "^6.9.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.11.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sequence": "^0.4.6",
"gulp-typescript": "^3.1.6",
"rimraf": "^2.6.1",
"typescript": "^2.2.1"
},
"dependencies": {
"events": "^1.1.1",
"glob": "^7.0.5",
"json-templater": "^1.1.0",
"rx": "^4.1.0"
}
}