-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "generator-feather",
"version": "0.3.3",
"description": "A generator for sitefinity-feather builds",
"repository": "https://github.com/isobaraustralia/generator-feather.git",
"keywords": [
"yeoman-generator",
"sitefinity"
],
"homepage": "https://github.com/isobaraustralia/generator-feather",
"bugs": "https://github.com/isobaraustralia/generator-feather/issues",
"author": "Mark Beukers",
"license": "MIT",
"files": [
"generators",
"scripts"
],
"scripts": {
"test": "mocha -R nyan",
"cover": "istanbul cover _mocha test/ -- -R spec"
},
"dependencies": {
"colors": "^1.1.2",
"extract-zip": "^1.5.0",
"ncp": "^2.0.0",
"ramda": "^0.22.1",
"request": "^2.75.0",
"yeoman-generator": "^0.24.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.1.2",
"yeoman-test": "^1.5.1"
}
}