-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 874 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": "Matt McKellar-Spence",
"bugs": {
"url": "https://github.com/MattMS/ramped.js/issues"
},
"dependencies": {
"ramped.curry": "^0.1.0"
},
"description": "Build properties of an object from functions applied to a single input.",
"devDependencies": {
"coffee-script": "^1.11.1",
"coffeetape": "^1.0.1",
"ramped.get": "^0.1.0",
"ramped.pipe": "^0.2.0",
"ramped.subtract": "^0.1.0",
"rimraf": "^2.5.4"
},
"homepage": "https://github.com/MattMS/ramped.js/tree/master/make_object#readme",
"license": "ISC",
"main": "main.js",
"name": "ramped.make_object",
"repository": {
"type": "git",
"url": "git+https://github.com/MattMS/ramped.js.git"
},
"scripts": {
"clean": "rimraf main.js",
"prepublish": "coffee -c main.coffee.md",
"test": "coffeetape test.coffee.md"
},
"version": "0.2.0"
}