-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 KB
/
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
{
"name": "designer-news",
"version": "0.1.1",
"description": "Designer News API client",
"keywords": [
"layervault",
"designer news",
"DN",
"api",
"client"
],
"homepage": "https://developers.news.layervault.com",
"repository": "[email protected]:layervault/designer_news_js_client.git",
"author": {
"name": "Ryan LeFevre",
"email": "[email protected]",
"url": "http://github.com/meltingice"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/layervault/designer_news_js_client/blob/master/LICENSE"
}],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"coffee-script": "~ 1.6.3",
"needle": "~ 0.6.3",
"rsvp": "~ 2.0.4"
},
"devDependencies": {
"mocha": "~ 1.15.1",
"expect.js": "~ 0.2.0",
"nock": "~ 0.27.0",
"codo": "~ 2.0.2"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive --compilers coffee:coffee-script",
"test-watch": "./node_modules/mocha/bin/mocha --recursive --compilers coffee:coffee-script --watch"
},
"main": "lib/designer-news.js"
}