-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "@dadi/web-dustjs",
"version": "0.0.0-development",
"description": "A Dust.js interface for DADI Web",
"main": "index.js",
"scripts": {
"test": "snazzy 'lib/**/*.js' && env NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov ./node_modules/mocha/bin/_mocha test && ./node_modules/.bin/nyc report",
"atest": "./node_modules/mocha/bin/_mocha test",
"posttest": "./scripts/coverage.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/dadi/web-dustjs.git"
},
"keywords": [
"dadi",
"web",
"dust.js",
"linkedin",
"dadi-web-engine"
],
"author": "Eduardo Boucas <[email protected]>",
"bugs": {
"url": "https://github.com/dadi/web-dustjs/issues"
},
"homepage": "https://github.com/dadi/web-dustjs#readme",
"dependencies": {
"@dadi/logger": "^1.2.0",
"debug": "^2.6.6",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.5",
"mkdirp": "^0.5.1",
"wildcard": "^1.1.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",
"semantic-release": "^6.3.6",
"should": "~4.0.4",
"sinon": "~1.17.6",
"snazzy": "^6.0.0",
"standard": "*"
}
}