-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 750 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
{
"name": "useless-module",
"version": "1.0.3",
"description": "useless module for npm",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idrayv/useless-module.git"
},
"keywords": [
"useless"
],
"engines": {
"node": ">=4.2.4"
},
"author": "Maksym Shchyhol <drayv.mj12@gmail.com> (github.com/idrayv)",
"license": "MIT",
"bugs": {
"url": "https://github.com/idrayv/useless-module/issues"
},
"homepage": "https://github.com/idrayv/useless-module#readme",
"devDependencies": {
"chai": "^4.0.2",
"istanbul": "^0.4.5",
"mocha": "^3.4.2"
}
}