-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 759 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": "gulp-main-node-files",
"version": "1.1.0",
"description": "Allows to get main js files from installed node modules",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blinnikov/gulp-main-node-files.git"
},
"keywords": [
"gulp",
"npm",
"node",
"nodejs",
"node_modules"
],
"author": "Igor Blinnikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Blinnikov/gulp-main-node-files/issues"
},
"homepage": "https://github.com/Blinnikov/gulp-main-node-files#readme",
"devDependencies": {
"jasmine": "^2.6.0"
},
"dependencies": {
"path.join": "^1.0.0",
"thenby": "^1.2.3"
}
}