-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 840 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
{
"author": {
"name": "Sean Wilkinson",
"email": "sean@mathbiol.org",
"url": "http://seanwilkinson.info"
},
"bugs": "https://github.com/qmachine/quanah/issues",
"dependencies": {},
"description": "A module for data-centric concurrency",
"devDependencies": {
"expect.js": ">=0.2.0",
"mocha": ">=1.9.0"
},
"engines": {
"node": ">=0.6.0",
"npm": ">=1.1.0"
},
"homepage": "https://qmachine.github.io/quanah/",
"license": "Apache-2.0",
"main": "src/quanah.js",
"name": "quanah",
"optionalDependencies": {},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/qmachine/quanah.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"version": "0.3.0"
}