-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 969 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
41
42
43
44
{
"name": "nei",
"description": "builder for nei platform",
"version": "0.3.7",
"license": "MIT",
"keywords": [
"nei",
"web",
"builder",
"interface",
"automation"
],
"author": "genify <[email protected]> (http://genify.blog.163.com/)",
"main": "./main.js",
"bin": {
"nei": "./bin/nei.js"
},
"homepage": "https://github.com/genify/toolkit2",
"scripts": {
"test": "node test/run_tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/genify/nei.git"
},
"engines": {
"node": ">=4.2"
},
"bugs": {
"url": "https://github.com/genify/nei/issues"
},
"devDependencies": {
"mocha": ">=2.0.1",
"should": "^4.3.0"
},
"dependencies": {
"swig": ">=1.4.2",
"xcode": "^0.8.2"
},
"nei": {
"mock": "http://nei.hz.netease.com/api/parameter/getTestData?api&type=%s&id=%s",
"api": "http://nei.hz.netease.com/api/projectView/getByProjectId?pid=%s"
}
}