forked from nodejitsu/module-smith
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 797 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 797 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
34
35
36
{
"name": "module-smith",
"version": "0.1.3",
"description": "Build Bot for Node JS",
"main": "lib/builder.js",
"dependencies": {
"async": "~0.1.22",
"buffered": "~0.0.1",
"checkout": "~0.0.0",
"chownr": "~0.0.1",
"fstream": "~0.1.19",
"merge-recursive": "~0.0.3",
"mkdirp": "~0.3.4",
"semver": "~1.1.0",
"suspawn": "~0.1.1",
"tar": "~0.1.13",
"understudy": "~1.1.0",
"uid-number": "~0.0.3"
},
"devDependencies": {
"tmp": "~0.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nodejitsu/module-smith"
},
"keywords": [
"npm",
"buildserver"
],
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"license": "MIT"
}