-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.39 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
{
"name": "read-remote-pkg",
"version": "0.1.0-prerelease",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "PieLabs/read-remote-pkg",
"dependencies": {
"fs-extra": "^2.0.0",
"lodash": "^4.17.4",
"log-factory": "^1.0.0",
"npm-registry-client": "^8.1.0",
"semver": "^5.3.0"
},
"devDependencies": {
"@types/fs-extra": "0.0.37",
"@types/lodash": "^4.14.52",
"@types/semver": "^5.3.31",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-mocha": "^3.0.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.4",
"merge2": "^1.0.3",
"mocha": "*",
"proxyquire": "^1.7.11",
"release-helper": "PieLabs/release-helper#v1.3.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.7",
"tslint": "^4.4.2",
"typescript": "^2.1.6"
},
"scripts": {
"main": "./node_modules/.bin/gulp build",
"gulp": "./node_modules/.bin/gulp",
"release": "./node_modules/.bin/gulp release",
"test": "./node_modules/.bin/gulp build && ./node_modules/.bin/mocha --require babel-register --recursive test/unit",
"it": "./node_modules/.bin/gulp build && ./node_modules/.bin/mocha --recursive test/integration",
"live-test": "./node_modules/.bin/gulp watch"
}
}