-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
47
{
"name": "pac",
"version": "1.0.0",
"description": "pack your node_modules as *.tgz files for version control and easy deploys",
"main": "index.js",
"preferGlobal": true,
"author": "Mike Frey <frey.mike@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "~0.2.9",
"commander": "~2.1.0",
"glob": "~3.2.1",
"mkdirp": "~0.3.5",
"rimraf": "^2.3.2",
"tar.gz": "~0.1.1",
"underscore": "~1.4.4"
},
"devDependencies": {
"fs-extra": "^0.8.1",
"gulp-load-plugins": "^0.5.0",
"gulp": "^3.6.2",
"gulp-jshint": "^1.5.5",
"gulp-js-prettify": "^0.1.0",
"gulp-istanbul": "^0.1.1",
"gulp-mocha": "^0.4.1",
"chai": "^1.9.1",
"gulp-exit": "0.0.2",
"jshint-stylish": "^0.1.5"
},
"bin": {
"pac": "./bin/pac"
},
"scripts": {
"test": "gulp mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/mikefrey/node-pac.git"
},
"gitHead": "4681b5f3075008845b8e397a4cd49abac7c09f9a",
"keywords": [
"module",
"packaging",
"deploy"
]
}