-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 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
40
41
42
43
44
45
46
47
{
"name": "hash-sync",
"version": "0.0.2",
"description": "Sync location.hash with form elements",
"main": "hashSync.jquery.js",
"scripts": {
"verup": "verup",
"build": "gulp default",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/spirlici/hash-sync"
},
"keywords": [
"jQuery",
"plugin",
"hash"
],
"license": "MIT",
"verup": {
"files": [
"hashSync.jquery.js"
]
},
"devDependencies": {
"babel-preset-es2015": "^6.3",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"google-closure-compiler": "^20151216",
"gulp": "^3.9",
"gulp-babel": "^6.1",
"gulp-clone": "^1.0",
"gulp-load": "^0.1",
"gulp-load-plugins": "^1.2",
"gulp-rename": "^1.2",
"gulp-rollup": "^1.7",
"run-sequence": "^1.1",
"streamqueue": "^1.1",
"verup": "^1.3"
},
"dependencies": {
"url-js": "0.0.8"
}
}