-
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) · 880 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 880 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": "sinful",
"version": "0.0.1",
"description": "sinful.js for node. Based on the project at https://github.com/guipn/sinful.js",
"keywords": [
"sinful",
"functional",
"extensions",
"liberate",
"enslave",
"math"
],
"main": "./index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha --ui qunit"
},
"homepage": "https://github.com/chipincode/node-sinful",
"repository": {
"type": "git",
"url": "git://github.com/chipincode/node-sinful.git",
"web": "https://github.com/chipincode/node-sinful"
},
"bugs": {
"url": "https://github.com/chipincode/node-sinful/issues",
"email": "chipincode@lee3.net"
},
"author": "chipincode <chipincode@lee3.net> (http://chipincode.github.com)",
"license": "CC-SA-BY-3.0"
}