-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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
{
"name": "braingames170220",
"version": "2.6.2",
"main": "index.js",
"author": "Sergey Krivtsov",
"bin": {
"brain-games": "dist/bin/brain-games.js",
"brain-even": "dist/bin/brain-even.js",
"brain-calc": "dist/bin/brain-calc.js",
"brain-gcd": "dist/bin/brain-gcd.js",
"brain-balance": "dist/bin/brain-balance.js",
"brain-progression": "dist/bin/brain-progression.js",
"brain-prime": "dist/bin/brain-prime.js"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"babel-node": "babel-node",
"eslint": "eslint"
},
"license": "ISC",
"description": "Brain-Games1",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-env": "^1.3.1",
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-0": "^6.22.0",
"eslint": ">=4.18.2",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"readline-sync": "^1.4.6"
},
"dependencies": {
"hexlet-pairs": "^0.1.4",
"lodash": "^4.17.4",
"readline-sync": "^1.4.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krivtsov/project-lvl1-s69.git"
},
"keywords": [
"BG1"
],
"bugs": {
"url": "https://github.com/krivtsov/project-lvl1-s69/issues"
},
"homepage": "https://github.com/krivtsov/project-lvl1-s69#readme"
}