-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1010 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
39
40
{
"name": "roots-netlify",
"version": "0.1.0",
"description": "A roots extension for configuring netlify",
"main": "lib",
"directories": {
"test": "test"
},
"dependencies": {
"lodash": "2.4.x",
"roots-util": "0.1.x",
"when": "3.6.x"
},
"devDependencies": {
"coffee-script": "1.7.x",
"mocha": "*",
"should": "*",
"roots": "3.0.0-rc.10",
"coveralls": "2.x",
"istanbul": "0.3.x"
},
"scripts": {
"test": "mocha",
"coverage": "make build; NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha; make unbuild; open coverage/lcov-report/index.html;",
"coveralls": "make build; make coveralls; make unbuild;"
},
"repository": {
"type": "git",
"url": "https://github.com/carrot/roots-netlify.git"
},
"keywords": [
"roots-extension"
],
"author": "Josh Rowley",
"license": "MIT",
"bugs": {
"url": "https://github.com/carrot/roots-netlify/issues"
},
"homepage": "https://github.com/carrot/roots-netlify"
}