forked from meltuhamy/native-calls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 992 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
{
"name": "native-calls",
"version": "0.2.0",
"description": "A JavaScript - C++ RPC library generator",
"main": "generator/Generator.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node test/node/",
"install": "./node_modules/.bin/bower install",
"serve": "./node_modules/.bin/serve"
},
"repository": {
"type": "git",
"url": "https://github.com/meltuhamy/native-calls"
},
"author": "Mohamed Eltuhamy",
"license": "MIT",
"dependencies": {
"bower": "~1.3.2",
"serve": "~1.4.0",
"webidl2": "~2.0.4",
"minimist": "0.0.8",
"hogan.js": "~2.0.0",
"q-io": "~1.11.0",
"q": "~1.0.1",
"lodash": "~2.4.1"
},
"devDependencies": {
"jasmine-node": "~1.14.3",
"karma-jasmine": "~0.2.0",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-chrome-launcher": "~0.1.3",
"karma": "~0.12.14"
},
"bin" : { "pprpcgen" : "./generator/pprpcgen.js" }
}