-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 857 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
{
"name": "openmax",
"version": "1.6.0",
"author": "Jean-Philippe Bergeron",
"description": "Node wrapper for the OpenMAX library",
"main": "dist/index.js",
"keywords": [
"OMX",
"OpenMAX",
"Raspberry Pi",
"typescript",
"atom"
],
"typings": "./dist/index.d.ts",
"dependencies": {
"async": "2.0.1",
"bindings": "~1.2.1",
"clamp": "^1.0.1",
"fps": "0.0.3",
"nan": "^2.4.0",
"promise": "^7.1.1"
},
"scripts": {
"preinstall": "typings install || exit 0",
"install": "node-gyp rebuild || exit 0",
"test": "./node_modules/jasmine/bin/jasmine.js",
"make": "make -j 4 -C build/"
},
"repository": {
"type": "git",
"url": "https://github.com/jean343/Node-OpenMAX.git"
},
"license": "MIT",
"devDependencies": {
"jasmine": "^2.5.1",
"typescript": "^1.7.5"
}
}