-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 862 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
38
39
40
{
"name": "slu-seed",
"version": "1.0.2",
"description": "A loopback component for sample data seed using slu(StrongLoop Utilities)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taoyuan/slu-seed.git"
},
"keywords": [
"seed",
"loopback",
"samples",
"database",
"data",
"plant",
"harvest"
],
"author": "Tao Yuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/taoyuan/slu-seed/issues"
},
"homepage": "https://github.com/taoyuan/slu-seed#readme",
"dependencies": {
"async": "^2.1.5",
"debug": "^2.6.1",
"fs-extra": "^2.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"lodash": "^4.17.4",
"loopback": "^3.4.0",
"loopback-datasource-juggler": "^3.2.0",
"mocha": "^3.2.0"
}
}