forked from OWASP/Maturity-Models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "maturity-models",
"version": "0.0.1",
"description": "Maturity Models",
"main": "server.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register --recursive -R list code/api/test",
"dev": "cd code/ui; gulp watch",
"start": "node server.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/DinisCruz/Maturity-Models.git"
},
"author": "Dinis Cruz",
"license": "ISC",
"bugs": {
"url": "https://github.com/DinisCruz/Maturity-Models/issues"
},
"homepage": "https://github.com/DinisCruz/Maturity-Models#readme",
"engines": {
"node": "5.3.0"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.1",
"coffee-script": "^1.10.0",
"d3": "^3.5.16",
"express": "^4.13.4",
"express-load": "^1.1.15",
"fluentnode": "*",
"loggly": "^1.1.1",
"mocha": "^2.4.5",
"morgan": "^1.7.0",
"pug": "2.0.0-beta2",
"serve-index": "^1.7.3",
"winston": "^2.3.0",
"winston-loggly-bulk": "^1.3.3",
"winston-logsene": "^1.2.1"
},
"devDependencies": {
"cheerio": "^0.20.0",
"markdown": "^0.5.0",
"supertest": "^1.2.0"
}
}