forked from mdbootstrap/bootstrap-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "bootstrap-tagsinput",
"title": "Bootstrap Tags Input",
"version": "0.8.0",
"description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags.",
"scripts": {
"test": "karma start --single-run --no-auto-watch"
},
"main": "dist/bootstrap-tagsinput.js",
"repository": {
"type": "git",
"url": "git://github.com/timschlechter/bootstrap-tagsinput.git"
},
"author": "Tim Schlechter",
"contributors": [
{
"name": "Luckner Jr Jean-Baptiste"
}
],
"license": "MIT",
"homepage": "http://timschlechter.github.io/bootstrap-tagsinput/examples/",
"download": "http://timschlechter.github.io/bootstrap-tagsinput/build/bootstrap-tagsinput.zip",
"keywords": [
"tags",
"bootstrap",
"input",
"select",
"form"
],
"readmeFilename": "README.md",
"devDependencies": {
"bower": "~1.3.8",
"grunt": "~0.4.1",
"grunt-banner": "^0.6.0",
"grunt-bower-task": "~0.4.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jquerymanifest": "~0.1.4",
"grunt-karma": "^0.12.1",
"grunt-zip": "~0.15.0",
"karma": "~0.13.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.3",
"phantomjs": "~1.9.7-15"
},
"banner": "/*\n * <%= pkg.name %> v<%= pkg.version %>\n * <%= pkg.license.url %>\n */\n"
}