-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "@dadi/web-pugjs",
"version": "1.0.0",
"description": "A Pug interface for DADI Web",
"main": "index.js",
"scripts": {
"test": "snazzy 'index.js' && env NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov ./node_modules/mocha/bin/_mocha test && ./node_modules/.bin/nyc report",
"posttest": "./scripts/coverage.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dadi/web-pugjs.git"
},
"keywords": [
"dadi",
"web",
"pug",
"pug.js",
"jade",
"dadi-web-engine"
],
"author": "Eduardo Boucas <[email protected]>",
"bugs": {
"url": "https://github.com/dadi/web-pugjs/issues"
},
"homepage": "https://github.com/dadi/web-pugjs#readme",
"dependencies": {
"debug": "^2.6.6",
"pug": "^3.0.1",
"require-dir": "^0.3.2"
},
"devDependencies": {
"colors": "^1.1.2",
"coveralls": "^3.0.3",
"env-test": "^1.0.0",
"html-looks-like": "^1.0.2",
"mocha": "~3.2.0",
"nyc": "^14.0.0",
"object-path": "^0.11.4",
"should": "~4.0.4",
"sinon": "~1.17.6",
"snazzy": "^6.0.0",
"standard": "*"
}
}