-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 920 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 920 Bytes
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
{
"name": "practice",
"version": "1.0.0",
"description": "algorithm practice",
"main": "index.js",
"keywords": [
"algorithm",
"practice"
],
"author": "Jon",
"license": "MIT",
"dependencies": {
"debug": "^4.1.0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.24.1",
"babel-eslint": "9.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.7.0",
"babel-plugin-transform-async-to-generator-2": "0.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"eslint": "5.5.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}