-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 955 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
{
"name": "uos",
"version": "1.0.0",
"description": "aaaaaaaaaaaa",
"main": "index.js",
"directories": {
"test": "mocha"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "http://gogs.thgy.com/huqin/uosjs.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.4",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"backpack-core": "^0.7.0",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"nodemon": "^1.17.5",
"scmp": "^2.0.0"
},
"dependencies": {
"http-server": "^0.11.1"
}
}