forked from sghribi/loopback-fixtures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "loopback-fixtures",
"description": "Expressive fixtures generator for Loopback",
"version": "0.0.10",
"dependencies": {
"async": "^2.0.0-rc.6",
"bluebird": "^3.4.1",
"coffee-script": "^1.10.0",
"faker": "^3.1.0",
"lodash": "^4.13.1",
"loopback": "^2.29.0",
"merge": "^1.2.0",
"optimist": "^0.6.1",
"path": "^0.12.7",
"run-sequence": "^1.2.1",
"yamljs": "^0.2.7"
},
"scripts": {
"pretest": "gulp build",
"test": "COFFEECOV_INIT_ALL=false NODE_ENV=test gulp test",
"prepublish": "gulp build",
"watch": "gulp watch"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"main": "lib/index.js",
"author": "Samy Ghribi <[email protected]>",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.2.0",
"gulp-plug": "^0.2.4",
"gulp-plumber": "^1.1.0",
"mocha": "^2.3.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"repository": {
"type": "git",
"url": "[email protected]:aaronbuchanan/loopback-fixtures.git"
}
}