This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
forked from suiteplus/nsmockup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "nsmockup",
"version": "0.11.0-pre",
"description": "Test your Suitescripts before deploying to NetSuite",
"main": "nsapi.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/nsmockup.git"
},
"keywords": [
"netsuite",
"suitecript",
"suitlet",
"restlet",
"mock",
"mockup",
"suiteplus",
"suite",
"s+"
],
"author": "daniel.joppi@suiteplus.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/suiteplus/nsmockup/issues"
},
"homepage": "https://github.com/suiteplus/nsmockup#readme",
"engines": {
"node": "4.0.0",
"npm": "2.10.0"
},
"dependencies": {
"body-parser": "1.15.0",
"express": "4.13.4",
"glob": "6.0.3",
"lodash": "4.3.0",
"lowdb": "0.12.3",
"minimatch": "3.0.0",
"moment": "2.11.2",
"morgan": "1.6.1",
"node-uuid": "1.4.7",
"ns-formula-parse": "0.3.0",
"sync-request": "3.0.0",
"xmldom": "0.1.22",
"xpath": "0.0.21"
},
"devDependencies": {
"coveralls": "^2.11.6",
"gulp": "^3.9.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-util": "^3.0.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"mocha.parallel": "^0.11.2",
"require-dir": "^0.3.0",
"should": "^8.0.2",
"through": "^2.3.8"
}
}