forked from puffnfresh/bilby.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 835 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
{
"name": "bilby",
"description": "Serious functional programming library for JavaScript",
"author": "Brian McKenna <[email protected]> (http://brianmckenna.org/)",
"contributors": [
"Simon Richardson <[email protected]> (https://github.com/SimonRichardson)"
],
"homepage": "http://bilby.brianmckenna.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/pufuwozu/bilby.js.git"
},
"scripts": {
"test": "grunt rig jshint nodeunit uglify emu"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-rigger": "0.5.0",
"grunt-contrib-jshint": "0.6.4",
"grunt-contrib-nodeunit": "0.2.0",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.4.4",
"grunt-cli": "0.1.9",
"emu": "0.0.2"
},
"main": "bilby.js",
"version": "0.1.0"
}