-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 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
33
34
35
36
37
{
"name": "html5-input-range",
"version": "1.0.0",
"description": "html5 input type range solution ",
"main": "gruntFile.js",
"dependencies": {
"grunt": ">=1.3.0",
"grunt-contrib-less": "^1.0.1",
"load-grunt-tasks": "^3.3.0"
},
"devDependencies": {
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"normalize.css": "^3.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/friedt/html5-input-range.git"
},
"keywords": [
"html5",
"javascript",
"less",
"css"
],
"author": "pepijn friederichs",
"license": "ISC",
"bugs": {
"url": "https://github.com/friedt/html5-input-range/issues"
},
"homepage": "https://github.com/friedt/html5-input-range#readme"
}