forked from RIAEvangelist/node-phidget-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 913 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
{
"author": "Brandon Nozaki Miller <brandon@diginow.it.com>",
"name": "phidgetapi",
"description": "Full official phidget interface API for node.js",
"version": "2.0.4",
"homepage": "https://www.diginow.it",
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/node-phidget-API"
},
"main": "./phidgetapi.js",
"engines": {
"node": "*"
},
"dependencies": {},
"scripts": {},
"devDependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "*",
"_defaultsLoaded": true,
"dist": {},
"_from": "phidgetapi",
"directories": {
"example": "examples"
},
"keywords": [
"phidget",
"phidgets",
"api",
"node-phidgets"
],
"license": "DBAD",
"publishConfig": {
"tag": "latest"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/node-phidget-API/issues"
}
}