forked from suiteplus/nsconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
50
51
52
53
{
"name": "nsconfig",
"version": "0.6.0",
"description": "Netsuite Auth Configuration",
"main": "dist/nsconfig.js",
"scripts": {
"test": "gulp test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suiteplus/nsconfig.git"
},
"keywords": [
"netsuite",
"suiteplus",
"suite",
"s+"
],
"author": "daniel.joppi@suiteplus.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/suiteplus/nsconfig/issues"
},
"homepage": "https://github.com/suiteplus/nsconfig#readme",
"dependencies": {
"lodash.assign": "^4.0.1",
"osenv": "^0.1.3"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.3.19",
"coveralls": "^2.11.6",
"cp": "^0.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"q": "^1.4.1",
"require-dir": "^0.3.0",
"rimraf": "^2.4.3",
"should": "^8.2.1"
}
}