-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "agile",
"description": "Like Underscore, but with zero callbacks and really more fun",
"version": "0.0.2",
"filename": "agile.js",
"main": "dist/agile.js",
"homepage": "https://github.com/a8m/agile",
"author": "Ariel Mashraki <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/a8m/agile.git"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"client",
"browser",
"filter",
"lodash",
"underscore",
"collection",
"arrays",
"objects"
],
"dependencies": {
},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-karma": "latest",
"grunt-conventional-changelog": "0.0.12",
"grunt-zip": "*",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma": "~0.12.16",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2.4"
},
"scripts": {
"test": "grunt test --verbose"
},
"license": "MIT"
}