forked from micha149/homelib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 928 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
{
"name": "homelib",
"version": "0.1.0",
"author": "Michael van Engelshoven <michael@van-engelshoven.de>",
"description": "A home automation framework for knx/eib",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/micha149/homelib.git"
},
"dependencies": {
"underscore": "1.5.x",
"async": "~0.2.9"
},
"devDependencies": {
"sinon": ">=1.6.0",
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-test": "~0.6.3",
"grunt-jsduck": "~0.1.4",
"blanket": "~1.1.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3"
},
"main": "./homelib.js",
"scripts": {
"test": "grunt"
},
"license": "MIT",
"engines": {
"node": ">=0.9.2"
}
}