-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 913 Bytes
/
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
{
"name": "gardr-builder",
"author": "Krystian Jarmicki <[email protected]>",
"license": "MIT",
"version": "1.3.3",
"description": "Builder utility for Gardr library",
"main": "index.js",
"engines": {
"node": "^0.12.3"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"make": "node cli.js",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha test/*.js -- --recursive"
},
"dependencies": {
"browserify": "9.0.7",
"change-case": "2.1.5",
"extend": "3.0.0",
"html-minifier": "0.6.9",
"npm": "2.14.3",
"swig": "1.4.2",
"uglify-js": "2.4.19"
},
"devDependencies": {
"mocha": "2.0.1",
"coveralls": "2.11.2",
"istanbul": "0.3.13"
},
"keywords": [
"gardr",
"builder"
],
"repository": {
"type": "git",
"url": "https://github.com/Schibsted-Tech-Polska/gardr-builder"
}
}