-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 909 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 909 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
{
"name": "not-empty",
"version": "1.1.2",
"description": "Small validate js lib",
"main": "dist/index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel index.js --out-dir dist --plugins=transform-remove-console",
"test": "echo \"This is test !!!\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/not-empty.git"
},
"keywords": [],
"author": "vaeum",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaeum/not-empty/issues"
},
"homepage": "https://github.com/vaeum/not-empty#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.8.3"
}
}