-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 883 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": "coggle",
"version": "0.1.8",
"description": "Library for accessing the Coggle API",
"main": "lib.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"coggle",
"api"
],
"homepage": "https://github.com/Coggle/coggle-js",
"bugs": {
"url": "https://github.com/Coggle/coggle-js/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "James Crosby",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "http://github.com/Coggle/coggle-js.git"
},
"dependencies": {
"unirest": "~0.4.0"
},
"devDependencies": {
"assert": "*",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsjsdoc": "^0.1.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^4.1.0",
"ssl-root-cas": "^1.2.4"
}
}