-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 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
{
"name": "ordering.js",
"description": "Ordering helper with chaining. Inspired from Guava ordering",
"version": "1.0.0",
"homepage": "https://github.com/bbaliguet/ordering",
"author": {
"name": "Benoît Baliguet",
"email": "benoit.baliguet@gmail.com"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/bbaliguet/ordering.git"
},
"bugs": {
"url": "https://github.com/bbaliguet/ordering/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/bbaliguet/ordering/blob/master/LICENSE.md"
}],
"scripts": {
"test": "grunt nodeunit"
},
"keywords": [
"sort",
"ordering"
],
"devDependencies": {
"test": "",
"grunt": "~0.4.2",
"nodeunit": "~0.8.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-cli": "~0.1.12",
"grunt-contrib-uglify": "~0.3.2"
}
}