-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.25 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": "angular-facetly",
"version": "0.2.4",
"description": "AngularJS visual search box",
"license": "MIT",
"author": "Bogdan Lazar <[email protected]>",
"keywords": [
"angularjs",
"visualsearch",
"facetly",
"angular facetly",
"searchbox",
"search"
],
"devDependencies": {
"deep-freeze": "0.0.1",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.4.3",
"gulp-csso": "^1.0.1",
"gulp-git": "^1.6.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-shell": "^0.5.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.1",
"node-sass": "^3.8.0",
"phantomjs": "^2.1.7",
"require-dir": "^0.3.0"
},
"scripts": {
"start": "gulp watch",
"test": "gulp test",
"watch-test": "gulp watch-test",
"build": "gulp build",
"release": "gulp release"
}
}