-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 933 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": "hookahjs",
"version": "0.0.6",
"license": "MIT",
"description": "JS library that adds empty/dirty/touched CSS hooks to input and textarea elements",
"keywords": [
"input",
"hooks"
],
"homepage": "https://github.com/muicss/hookahjs",
"bugs": {
"url": "https://github.com/muicss/hookahjs/issues",
"email": "contact@muicss.com"
},
"repository": {
"type": "git",
"url": "https://github.com/muicss/hookahjs.git"
},
"main": "dist/hookah.umd.js",
"scripts": {
"build-all": "gulp build-all",
"build-dist": "gulp build-dist",
"build-examples": "gulp build-examples",
"build-tests": "gulp build-tests",
"gulp": "gulp",
"http-server": "http-server"
},
"devDependencies": {
"del": "6.0.0",
"gulp": "^4.0.2",
"gulp-jshint": "2.1.0",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2",
"gulp-umd": "^2.0.0",
"jshint": "^2.11.1"
}
}