-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
33 lines (33 loc) · 823 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
{
"name": "nanoleaf-aurora-client",
"version": "1.2.2",
"author": "Darren Thomas <darren.thomas@me.com>",
"description": "Nanoleaf Aurora API client",
"main": "index.js",
"homepage": "https://github.com/darrent/nanoleaf-aurora-api",
"repository": {
"type": "git",
"url": "https://github.com/darrent/nanoleaf-aurora-api"
},
"scripts": {
"lint": "jshint --reporter node_modules/jshint-stylish index.js test.js",
"test": "mocha -R spec"
},
"engine": {
"node": ">=4.2.2"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "~3.4.2",
"nock": "^9.0.7",
"should": "^11.2.0",
"sinon": "^2.3.2"
}
}