-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 952 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
{
"name": "kimono",
"version": "0.2.0",
"main": "lib/kimono.js",
"description": "Kimono API wrapper",
"homepage": "https://www.kimonolabs.com/",
"bugs": "https://github.com/davidcaseria/kimono/issues",
"author": {
"name": "David Caseria",
"email": "davidcaseria@gmail.com",
"url": "http://davidcaseria.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/davidcaseria/kimono"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"kimono",
"kimono",
"api"
],
"devDependencies": {
"chai": "^1.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.9.0",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"nock": "^0.59.1",
"time-grunt": "^0.3.1"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"request": "^2.53.0"
}
}