-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "loopback-fixtures",
"description": "Expressive fixtures generator for Loopback",
"version": "0.0.13",
"dependencies": {
"async": "^2.0.0-rc.6",
"bluebird": "^3.4.1",
"coffee-script": "^1.10.0",
"faker": "^4.1.0",
"lodash": "^4.17.10",
"merge": "^1.2.0",
"optimist": "^0.6.1",
"path": "^0.12.7",
"run-sequence": "^2.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 <ghribi.samy@gmail.com>",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"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": "^5.0.0",
"gulp-plug": "^0.2.4",
"gulp-plumber": "^1.1.0",
"mocha": "^5.1.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"repository": {
"type": "git",
"url": "git@github.com:sghribi/loopback-fixtures.git"
}
}