-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "masala",
"description": "Curry-like secret sauce for option-object accepting functions and constructors",
"version": "2.0.1",
"homepage": "https://github.com/imbcmdth/masala",
"repository": {
"type": "git",
"url": "git://github.com/imbcmdth/masala.git"
},
"author": {
"name": "Jon-Carlos Rivera",
"email": "[email protected]",
"url": "http://jon-carlos.com"
},
"keywords": [
"functional",
"curry",
"partial application",
"options",
"objects",
"parameter",
"constructor"
],
"main": "./masala",
"devDependencies": {
"mocha": "1.8.1"
},
"testling": {
"files": "test/*-test.js",
"browsers": [
"iexplore/9.0",
"iexplore/10.0",
"chrome/5.0",
"chrome/23.0",
"chrome/canary",
"firefox/4.0",
"firefox/17.0",
"firefox/nightly",
"safari/5.0.5",
"safari/5.1",
"safari/6.0",
"opera/12.0",
"opera/next",
"iphone/6.0",
"ipad/6.0"
],
"harness": "mocha"
},
"scripts": {
"test": "mocha test"
},
"license": "MIT"
}