forked from leongersen/noUiSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 969 Bytes
/
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
{
"name": "nouislider",
"version": "8.5.1",
"main": "distribute/nouislider",
"style": "distribute/nouislider.min.css",
"license": "WTFPL",
"scripts": {
"build": "grunt create",
"watch:js": "npm run build && onchange 'src/js/*.js' 'src/*.css' -- npm run build",
"serve-tests": "browser-sync start --server . --startPath tests/slider.html --files 'distribute/, tests/*.js'",
"test": "grunt lint",
"dev": "./scripts/dev.sh"
},
"devDependencies": {
"blanket": "1.1.7",
"browser-sync": "2.9.3",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"onchange": "2.0.0",
"simulant": "0.1.5"
},
"repository": {
"type": "git",
"url": "git://github.com/leongersen/noUiSlider.git"
}
}