mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-04-30 04:45:50 +08:00
Add dev dependencies to package.json
This commit is contained in:
11
package.json
11
package.json
@@ -22,8 +22,8 @@
|
|||||||
"token",
|
"token",
|
||||||
"input",
|
"input",
|
||||||
"select",
|
"select",
|
||||||
"form"
|
"form"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/sliptree/bootstrap-tokenfield/issues"
|
"url": "https://github.com/sliptree/bootstrap-tokenfield/issues"
|
||||||
},
|
},
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
"type": "MIT",
|
"type": "MIT",
|
||||||
"url": "https://github.com/jquery/jquery/blob/2.1.0/MIT-LICENSE.txt"
|
"url": "https://github.com/jquery/jquery/blob/2.1.0/MIT-LICENSE.txt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.2",
|
"grunt": "~0.4.2",
|
||||||
"grunt-less": "~0.1.7",
|
"grunt-less": "~0.1.7",
|
||||||
@@ -40,6 +40,9 @@
|
|||||||
"grunt-contrib-uglify": "~0.2.7",
|
"grunt-contrib-uglify": "~0.2.7",
|
||||||
"grunt-contrib-copy": "~0.4.1",
|
"grunt-contrib-copy": "~0.4.1",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
"grunt-jekyll": "~0.4.1"
|
"grunt-jekyll": "~0.4.1",
|
||||||
|
"mocha": "^1.17.1",
|
||||||
|
"must": "^0.11.0",
|
||||||
|
"jsdom": "^0.10.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user