-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "draggable-number.js",
"description": "Minimal numeric input widget",
"version": "0.4.4",
"license": "Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.",
"author": {
"name": "David Mignot",
"url": "http://idflood.com"
},
"main": "./dist/draggable-number.js",
"repository": {
"type": "git",
"url": "http://github.com/idflood/draggable-number.js"
},
"devDependencies": {
"grunt": ">= 0.4.2",
"grunt-cli": ">= 0.1.11",
"grunt-contrib-watch": ">= 0.5.2",
"grunt-contrib-uglify": ">= 0.2.0",
"grunt-notify": ">= 0.2.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-umd": "~1.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-banner": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-karma": "~0.9.0",
"karma-mocha": "~0.1.9",
"karma-coverage": "~0.2.6",
"karma-spec-reporter": "0.0.13",
"karma-growl-reporter": "~0.1.1",
"grunt-karma-coveralls": "~2.5.2",
"karma-chai": "0.1.0",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "grunt test --verbose"
},
"engine": "node >= 0.8.x"
}