-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
{
"name": "bootstrap-number-incrementer",
"version": "1.0.0",
"description": "A jQuery/Boostrap based widget for use on text and number inputs to turn them into Bootstrap input groups with plus and minus buttons for incrementing and decrementing the input's numeric value.",
"main": "dist/number-incrementer.bootstrap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:JAAulde/bootstrap-number-incrementer.git"
},
"author": "Jim Auldridge <auldridgej@gmail.com>",
"license": "MIT",
"dependencies": {
"jquery": "1.9.1 - 3",
"bootstrap": "~3.3.7",
"jaaulde-template-manager": "~1.0.0"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.1.1",
"gulp-inject-version": "^1.0.1",
"gulp-jslint": "^1.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4"
}
}