-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 920 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": "merged",
"version": "0.0.1",
"description": "merged server-client code. annotated function as remote becomes a remote function. easy rpc.",
"keywords": [
"rpc",
"compiler",
"stub",
"proxy"
],
"author": "Merged Authors",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"main": "./lib/merged.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec -r expect.js ./test"
},
"homepage": "https://github.com/apple-paio/merged.js",
"bugs": "https://github.com/apple-paio/merged.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/apple-paio/merged.js"
},
"dependencies": {
"connect": "^2.15.0",
"dnode": "^1.2.0",
"q": "^1.0.1",
"thrift": "apple-paio/thrift-nodejs-only",
"uglify-js": "^2.4.13",
"xregexp": "^2.0.0"
},
"devDependencies": {
"mocha": "^1.18.2",
"expect.js": "^0.3.1"
}
}