-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
{
"name": "procurement-analysis-with-wks",
"version": "1.0.0",
"description": "Procurement System Demo",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-dev": "nodemon --ext js,jade,env index.js",
"postinstall": "npm run setup",
"setup": "node setup.js",
"test": "./node_modules/jshint/bin/jshint test/test.express.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/IBM/procurement-analysis-with-wks.git"
},
"author": "Ramesh Poomalai <ramesh.poomalai@in.ibm.com>,Rajesh H Gudikoti <ragudiko@in.ibm.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IBM/procurement-analysis-with-wks/issues"
},
"homepage": "https://github.com/IBM/procurement-analysis-with-wks",
"dependencies": {
"ajv": "^6.5.2",
"argparse": "^1.0.2",
"async": "^2.6.1",
"babel-eslint": "^8.2.6",
"cfenv": "^1.0.3",
"dotenv": "^6.0.0",
"fast-csv": "^2.4.1",
"group-by": "^0.0.1",
"hapi": "^17.5.2",
"http-proxy-agent": "^2.1.0",
"inert": "^5.1.0",
"jsonfile": "^4.0.0",
"md5": "^2.2.1",
"npm-check": "^5.8.0",
"path": "^0.12.7",
"pug": "^2.0.0-alpha6",
"request-promise": "^4.2.1",
"vision": "^5.3.3",
"watson-developer-cloud": "^3.7.1"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"eslint": "^5.2.0",
"jshint": "^2.9.6"
}
}