-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.06 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
{
"scripts": {
"lint": "eslint --ext .js lib",
"test": "npm run lint",
"precommit": "npm run lint",
"prepublish": "npm run lint"
},
"author": {
"name": "yuchonghua"
},
"keywords": [
"ddv-rowraw"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "yuchonghua@163.com"
}
],
"name": "ddv-rowraw",
"bugs": {
"url": "https://github.com/ddvjs/ddv-rowraw/issues"
},
"homepage": "https://github.com/ddvjs/ddv-rowraw#readme",
"description": "ddv-rowraw is a type of http protocol data stream encapsulation",
"directories": {},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.0.1",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ddvjs/ddv-rowraw.git"
},
"jshintConfig": {
"esversion": 6
},
"version": "0.0.7"
}