-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 983 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": "bucefalo-utils",
"title": "Bucefalo Utils",
"description": "Bucefalo Utilities for JavaScript.",
"version": "0.1.0",
"homepage": "https://github.com/picanteverde/bucefalo-utils",
"keywords": [
"utils",
"promises",
"cache",
"monads",
"dictionary",
"async",
"queues",
"transformer"
],
"author": {
"name": "Alejandro Hernandez (aka picanteverde)"
},
"contributors": [{
"name": "Alejandro Hernandez",
"email": "[email protected]",
"web": "http://picanteverde.wordpress.com/"
}, {
"name": "Mauricio Saglietto",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/picanteverde/bucefalo-utils.git"
},
"main": "dist/bucefalo-utils.module.js",
"license": "MIT",
"devDependencies": {
"chai": ">= 2.3.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"mocha": ">= 2.2.5"
}
}