-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
43
44
45
46
47
{
"author": "Brandon Nozaki Miller <brandon@diginow.it.com>",
"name": "phidgetapi",
"description": "Full official phidget interface API for node.js",
"version": "2.3.1",
"homepage": "https://www.diginow.it",
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/node-phidget-API"
},
"main": "./phidgetapi.js",
"engines": {
"node": ">=0.11.13"
},
"dependencies": {
"event-pubsub": "^1.0.3",
"object.observe": "^0.2.6"
},
"scripts": {},
"devDependencies": {
"jasmine": "^2.3.2"
},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "*",
"_defaultsLoaded": true,
"dist": {},
"_from": "phidgetapi",
"directories": {
"doc": "docs",
"example": "examples"
},
"keywords": [
"phidget",
"phidgets",
"api",
"node-phidgets"
],
"license": "DBAD",
"publishConfig": {
"tag": "latest"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/node-phidget-API/issues"
}
}