forked from quarterpast/Elessar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 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
38
{
"name": "elessar",
"description": "Draggable multiple range sliders",
"main": "lib/rangebar.js",
"author": "Matt Brennan <[email protected]>",
"license": "MIT",
"scripts": {
"test": "make test",
"prepublish": "make -B all min",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"estira": "^0.3.3",
"jquery": "^1.12.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-global-shim": "^1.0.3",
"cssify": "^0.5.1",
"istanbul": "^0.2.11",
"phantomjs": "^2.1.3",
"semantic-release": "^4.3.5",
"semver": "^4.1.0",
"tap-spec": "^0.2.0",
"tape": "^2.13.3",
"tin": "^0.5.0",
"uglify-js": "^2.4",
"zuul": "^3.9.0"
},
"browserify-global-shim": {
"jquery": "$"
},
"repository": {
"type": "git",
"url": "https://github.com/LimitTech/Elessar.git"
},
"version": "2.0.0"
}