-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 957 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
{
"name": "totoro-driver-base",
"version": "1.1.0",
"description": "totoro driver base class",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"dependencies": {
"debug": "~2.1.0",
"socket.io-client": "~1.2.0"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"cov": "*",
"istanbul-harmony": "*",
"jshint": "*",
"mocha": "*",
"should": "~4.1.0"
},
"homepage": "https://github.com/totorojs/totoro-driver-base",
"repository": {
"type": "git",
"url": "git://github.com/totorojs/totoro-driver-base.git",
"web": "https://github.com/totorojs/totoro-driver-base"
},
"bugs": {
"url": "https://github.com/totorojs/totoro-driver-base/issues",
"email": "[email protected]"
},
"keywords": [
"totoro-driver-base"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"license": "MIT"
}