forked from elmarquez/ngSolr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 947 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
{
"name": "ngSolr",
"author": "Davis Marques <[email protected]>",
"description": "Easy faceted search for Apache Solr/Lucene",
"repository": "https://github.com/elmarquez/ngSolr",
"version": "0.6.1",
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.4",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-htmlbuild": "^0.1.2",
"grunt-sed": "^0.1.1",
"grunt-template": "^0.2.3",
"jshint-stylish": "^1.0.0",
"karma": "~0.10",
"karma-jasmine": "~0.1",
"karma-junit-reporter": "~0.1",
"load-grunt-config": "^0.16.0"
}
}