forked from suiteplus/nscabinet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
49
{
"name": "nscabinet",
"version": "0.6.0",
"description": "Upload and download files from netsuite.",
"engines": {
"node": ">=4.x",
"npm": ">=2.x.x"
},
"main": "src/nscabinet.js",
"bin": {
"nscabinet": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suiteplus/nscabinet.git"
},
"keywords": [
"netsuite",
"suitescript",
"cabinet"
],
"author": "Suiteplus",
"license": "MIT",
"bugs": {
"url": "https://github.com/suiteplus/nscabinet/issues"
},
"homepage": "https://github.com/suiteplus/nscabinet#readme",
"dependencies": {
"nsconfig": "0.5.2",
"request": "^2.64.0",
"through2": "^2.0.0",
"vinyl": "^1.0.0",
"vinyl-fs": "^2.1.1",
"yargs": "^4.2.0"
},
"devDependencies": {
"del": "^2.2.0",
"eslint": "^2.2.0",
"eslint-plugin-mocha": "^2.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul-sp": "^0.10.1-beta",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"require-dir": "^0.3.0",
"should": "^8.2.2"
}
}