-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "handsome-trello",
"version": "0.8.2",
"title": "Parent/Child Management for Trello",
"description": "Add support of Parent/Child dependencies in Trello projects.",
"main": "gulpfile.js",
"devDependencies": {
"event-stream": "^3.3.2",
"gulp-clean-css": "^2.0.4",
"gulp-css-base64": "^1.3.4",
"gulp-jshint": "^2.0.4",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.0.5",
"gulp-plist": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-zip": "^3.2.0",
"jpm": "^1.0.6",
"jshint": "^2.9.4",
"node-import": "^0.9.2",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"xar-js": "^0.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:handsomecode/trello-parent-child.git"
},
"author": "Handsome.is",
"license": "MIT",
"bugs": {
"url": "https://github.com/handsomecode/trello-parent-child/issues"
},
"homepage": "http://labs.handsome.is/trello/",
"dependencies": {
"gulp": "^3.9.0"
}
}