-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "typeahead.js-bootstrap3.less",
"description": "Bootstrap3 style for typeahead.js using Bootstrap 3 mixins and variables",
"version": "0.0.0",
"keywords": [
"less",
"bootstrap",
"typeahead.js"
],
"homepage": "http://hyspace.io/typeahead.js-bootstrap3.less/",
"author": "hyspace",
"scripts": {
"start": "./node_modules/.bin/gulp --require coffee-script/register",
"pretest": "npm start",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/hyspace/typeahead.js-bootstrap3.less"
},
"bugs": {
"url": "https://github.com/hyspace/typeahead.js-bootstrap3.less/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"devDependencies": {
"karma": "~0.10.9",
"gulp": "~3.5.1",
"gulp-less": "~1.2.1",
"gulp-concat": "~2.1.7",
"coffee-script": "~1.7.1",
"gulp-util": "~2.2.14",
"gulp-replace": "~0.2.0"
}
}