-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 860 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
{
"name": "backbone-forms-typeahead",
"description": "Backbone-Forms Bootstrap TypeAhead editor",
"dependencies": {
"bootstrap-typeahead": "^2.3.2"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"cucumber": "^3.2.1",
"selenium-webdriver": "^3.5.0"
},
"peerDependencies": {
"backbone-forms": ">=0.9.0"
},
"scripts": {
"test": "cucumber.js --compiler coffee:coffee-script/register --tags \"not @ignore\"",
"build": "coffee --bare --compile --no-header --output . src/index.coffee; cp index.js demo/bbf-typeahead.js"
},
"repository": "tomi77/backbone-forms-bootstrap-typeahead",
"author": "Tomasz Jakub Rup",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomi77/backbone-forms-bootstrap-typeahead/issues"
},
"homepage": "https://github.com/tomi77/backbone-forms-bootstrap-typeahead"
}