-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 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
37
38
{
"name": "paq",
"version": "0.7.0",
"description": "Multithreaded tool for running node.js style code in the browser inspired by substack's Browserify.",
"main": "index.js",
"bin": {
"paq": "./bin/paq"
},
"scripts": {
"test": "make test",
"compile": "make all"
},
"repository": {
"type": "git",
"url": "https://github.com/ben-ng/paq.git"
},
"author": "Ben Ng <me@benng.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ben-ng/paq/issues"
},
"homepage": "https://github.com/ben-ng/paq",
"dependencies": {
"browserify": "^9.0.3",
"concat-stream": "^1.4.7"
},
"devDependencies": {
"babel-runtime": "^5.0.0-beta1",
"babelify": "^5.0.4",
"brfs": "^1.4.0",
"browser-pack": "^4.0.1",
"detective": "https://github.com/ben-ng/node-detective/archive/master.tar.gz",
"escodegen": "^1.6.1",
"handlebars": "^3.0.1",
"hbsfy": "^2.2.1",
"uglifyjs": "^2.4.10"
}
}