-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 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
42
43
44
45
46
47
48
{
"name": "coggle-issue-importer",
"version": "0.0.1",
"description": "Import Github Issues into Coggle, using the Coggle and Github APIs",
"main": "app.js",
"repository": {
"type": "git",
"url": "http://github.com/Coggle/coggle-issue-importer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [
"coggle",
"github",
"issues"
],
"author": {
"name": "James Crosby",
"email": "james@coggle.it",
"url": "http://coggle.it/"
},
"license": "MIT",
"dependencies": {
"express": "3.x",
"stylus": "*",
"nib": "*",
"jade": "*",
"merge": "*",
"passport": "*",
"passport-coggle-oauth2": "*",
"passport-github": "*",
"async": "*",
"github": "*",
"coggle": "^0.1.6"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"grunt-jsjsdoc": "*"
},
"engines": {
"node": "0.10.x"
}
}