forked from stephanrauh/bootstrap-tagsinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
51
52
53
54
55
{
"name": "bootstrap-tagsinput",
"title": "Bootstrap Tags Input",
"version": "0.7.2",
"description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags, adapted for BootsFaces.",
"scripts": {
"test": "karma start --single-run --no-auto-watch",
"build": "grunt build",
"setup": "grunt install"
},
"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"
},
{
"name": "Stephan Rauh"
}
],
"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.8.4",
"grunt": "~1.0.2",
"grunt-banner": "^0.6.0",
"grunt-bower-task": "~0.5.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-jquerymanifest": "~0.1.4",
"grunt-karma": "^2.0.0",
"grunt-zip": "~0.17.1",
"jasmine-core": "^3.1.0",
"karma": "~2.0.2",
"karma-jasmine": "~1.1.2",
"karma-phantomjs-launcher": "~1.0.4",
"phantomjs-prebuilt": "~2.1.7"
},
"banner": "/*\n * <%= pkg.name %> v<%= pkg.version %>\n * <%= pkg.license.url %>\n */\n"
}