-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "gendiff-ver2",
"version": "1.2.2",
"description": "gendiff project lvl 2 ",
"main": "index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"dependencies": {
"commander": "^2.9.0",
"ini": "^1.3.4",
"js-yaml": "^3.8.3",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-eslint": "*",
"babel-preset-env": "*",
"babel-preset-stage-0": "*",
"eslint": "*",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "*",
"jest": "^19.0.2"
},
"scripts": {
"babel-node": "babel-node",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublish": "npm run build",
"eslint": "eslint",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krivtsov/project-lvl2-s93.git"
},
"keywords": [
"gendiff"
],
"author": "Krivtsov Sergey",
"license": "ISC",
"bugs": {
"url": "https://github.com/krivtsov/project-lvl2-s93/issues"
},
"homepage": "https://github.com/krivtsov/project-lvl2-s93#readme"
}