forked from fabiospampinato/cash
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 880 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
{
"name": "@hola.org/cash-dom",
"version": "1.3.5-hola.4",
"description": "An absurdly small jQuery alternative for modern browsers.",
"main": "./dist/cash.js",
"repository": {
"type": "git",
"url": "https://github.com/kenwheeler/cash.git"
},
"author": "Ken Wheeler <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenwheeler/cash/issues"
},
"homepage": "https://github.com/kenwheeler/cash",
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"devDependencies": {
"6to5": "^1.14.11",
"gulp": "~3.5.0",
"gulp-6to5": "^1.0.2",
"gulp-jshint": "~1.8.4",
"gulp-load-plugins": "~0.3.0",
"gulp-preprocess": "^1.1.1",
"gulp-qunit": "^1.4.0",
"gulp-rename": "^1.2.0",
"gulp-size": "~0.1.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "~2.2.9"
},
"dependencies": {}
}