-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 784 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
{
"name": "uncache-modules",
"version": "0.0.1",
"description": "Unload modules from nodejs module cache",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IdeaHunter/uncache-modules.git"
},
"author": "IdeaHunter <admin@fckn.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IdeaHunter/uncache-modules/issues"
},
"homepage": "https://github.com/IdeaHunter/uncache-modules#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^2.3.0",
"gulp-jsonlint": "^1.1.2"
},
"engines": {
"node": ">= 0.11"
}
}