-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "angular-spotlight",
"version": "1.0.0",
"description": "Mac OS X like Spotlight Overlay for displaying search results on a web page.",
"main": "index.js",
"dependencies": {
"angular": "^1.4.2",
"font-awesome": "^4.3.0",
"jquery": "^2.1.4"
},
"author": "Stephan Koeninger",
"license": "Apache 2.0",
"devDependencies": {
"angular-mocks": "^1.4.3",
"del": "^1.2.0",
"git-changelog": "^0.1.8",
"gulp": "^3.9.0",
"gulp-angular-templates": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-connect": "^4.0.0",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^1.9.17",
"run-sequence": "^1.1.2"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"changelog": "./node_modules/git-changelog/tasks/command.js --app_name \"Angular Spotlight\" --tag false -e"
}
}