-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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": "inputbufferswitchschaduler",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"dependencies": {
"eslint": "^4.16.0",
"express": "^4.16.2",
"jayson": "^2.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.14.11"
},
"scripts": {
"test": " nodemon src/test.js --exec babel-node --presets es2015,stage-2",
"start": "eslint --fix src && nodemon src/server.js --exec babel-node --presets es2015,stage-2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AUTProjects/InputBuffer.js.git"
},
"keywords": [
"networl",
"input-buffer",
"switching"
],
"author": "pesehr",
"license": "MIT",
"bugs": {
"url": "https://github.com/AUTProjects/InputBuffer.js/issues"
},
"homepage": "https://github.com/AUTProjects/InputBuffer.js#readme"
}