-
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) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 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": "bam-pow",
"version": "0.0.0",
"description": "Worlds fastest prototypes in any language, or your money back.",
"bin": {
"bam": "bam.js",
"pow": "pow.js"
},
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"ava": "0.14.0",
"execa": "0.4.0",
"fs-promise": "0.5.0"
},
"scripts": {
"test": "ava",
"start": "ava --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supercrabtree/bam-pow.git"
},
"keywords": [],
"author": "George Crabtree <supercrabtree@googlemail.com> (https://github.com/supercrabtree)",
"license": "MIT",
"bugs": {
"url": "https://github.com/supercrabtree/bam-pow/issues"
},
"homepage": "https://github.com/supercrabtree/bam-pow#readme"
}