forked from ramda/ramda-fantasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.02 KB
/
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
{
"author": "Michael Hurley <[email protected]> (buzzdecafe.com)",
"name": "ramda-fantasy",
"description": "Fantasy Land compatible types for easy integration with Ramda",
"version": "0.2.0",
"homepage": "https://www.github.com/ramda/ramda-fantasy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda-fantasy.git"
},
"scripts": {
"jscs": "node_modules/.bin/jscs src/* test/*",
"jshint": "node_modules/.bin/jshint src/* test/*",
"pretest": "npm run jshint",
"release-major": "xyz --repo [email protected]:ramda/ramda-fantasy.git --increment major",
"release-minor": "xyz --repo [email protected]:ramda/ramda-fantasy.git --increment minor",
"release-patch": "xyz --repo [email protected]:ramda/ramda-fantasy.git --increment patch",
"test": "mocha"
},
"dependencies": {
"ramda": "^0.14.0"
},
"devDependencies": {
"jscs": "1.13.x",
"jshint": "~2.7.0",
"jsverify": "^0.5.1",
"mocha": "^2.1.0",
"uglify-js": "2.4.x",
"xyz": "0.5.x"
}
}