-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 995 Bytes
/
package.json
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
39
40
41
{
"name": "ramda-extended",
"version": "0.3.5",
"description": "Extend Ramda with extra capabilities, including Ember.js support.",
"main": "./src/ramda-extended.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mediasuitenz/ramda-extended.git"
},
"keywords": [
"ramda",
"ramda-extended"
],
"author": {
"name": "Patrick Nilsen Walsh",
"email": "[email protected]",
"url": "http://github.com/pnw"
},
"maintainers": [
{
"name": "Patrick Nilsen Walsh",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mediasuitenz/ramda-extended/issues"
},
"homepage": "https://github.com/mediasuitenz/ramda-extended#readme",
"devDependencies": {
"browserify": "^12.0.1",
"uglify-js": "^2.5.0",
"xyz": "^0.5.0"
},
"dependencies": {
"ramda": "^0.19.1"
}
}