-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "iggy",
"version": "0.4.1",
"description": "Browser search module to use with Backbone.js",
"keywords": [],
"homepage": "https://github.com/mpneuried/iggy",
"bugs": "https://github.com/mpneuried/iggy/issues",
"author": {
"name": "mpneuried",
"email": "",
"url": "https://github.com/iggy"
},
"main": "dist/js/iggy.js",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/iggy.git"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"backbone": "1.3.x",
"bootstrap": "3.3.x",
"bootstrap-daterangepicker": "2.1.x",
"coffeeify": "2.x",
"font-awesome": "4.7.x",
"grunt": "1.0.x",
"grunt-browserify": "5.x",
"grunt-contrib-clean": "1.x",
"grunt-contrib-compress": "1.4.x",
"grunt-contrib-copy": "1.x",
"grunt-contrib-stylus": "1.x",
"grunt-contrib-uglify": "2.x",
"grunt-contrib-watch": "1.x",
"jadeify": "4.x",
"jquery": "2.2.x",
"underscore": "1.8.x",
"moment": "2.17.x",
"select2": "4.0.x",
"sortcoll": "0.2.x",
"jade":"1.11.x"
}
}