-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 752 Bytes
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
{
"name": "node-milight",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/nodeunit test.js",
"build": "node_modules/typescript/bin/tsc --module commonjs index.ts",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "http://github.com:samhiatt/node-milight"
},
"author": "Sam Hiatt <samhiatt@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/samhiatt/node-milight/issues"
},
"homepage": "https://github.com/samhiatt/node-milight",
"dependencies": {
"async": "^0.9.2",
"bluebird": "^2.9.25",
"typescript": "^1.5.0-beta"
},
"devDependencies": {
"nodeunit": "^0.9.1",
"tsd": "^0.6.0"
}
}