-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 975 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
41
42
43
44
{
"name": "project-scaffolder-extras",
"description": "Project Scaffolder Extras filters and tags",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"buffertools": "^2.1.2",
"grunt": "~0.4.4",
"grunt-bump": "~0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-docker": "0.0.8",
"grunt-gh-pages": "~0.9.1",
"grunt-jasmine-node": "~0.2.1",
"quip": "^0.1.2"
},
"dependencies": {
"electrolyte": "0.0.5",
"q": "^1.0.1",
"rox-client-node": "^0.1.0",
"underscore": "^1.6.0"
},
"homepage": "",
"bugs": {
"url": ""
},
"author": {
"name": "Laurent Prevost",
"email": "laurent.prevost@forbes-digital.com"
},
"repository": {
"type": "git",
"url": "https://github.com/lotaris/project-scaffolder-extras"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
]
}