-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "chameleon-api",
"version": "1.0.8-alpha.6",
"description": "chameleon-api for chameleon app",
"main": "index.js",
"author": {
"name": "Chameleon-Team",
"email": "ChameleonCore@didiglobal.com"
},
"repository": {
"type": "git",
"url": "https://github.com/beatles-chameleon/chameleon-api.git"
},
"scripts": {
"test": "sh test.sh",
"cover": "sh cover.sh",
"export": "sh ./export/export.sh"
},
"babel": {
"presets": [
"env"
],
"plugins": [
[
"transform-object-rest-spread",
{
"useBuiltIns": true
}
]
]
},
"files": [
"index.js",
"src"
],
"dependencies": {
"chameleon-bridge": "^0.2.2",
"child_process": "^1.0.2",
"events": "^3.0.0",
"fetch-detector": "^1.0.1",
"fetch-ie8": "^1.5.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-flowtype": "^2.50.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0"
},
"license": "Apache"
}