forked from furiouscollective/gridforms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 969 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
39
40
41
42
{
"name": "gridforms",
"version": "1.0.10",
"description": "Data entry can be beautiful",
"files": [
"gridforms"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kumailht/gridforms.git"
},
"keywords": [
"responsive",
"grid",
"forms"
],
"author": "Kumail Hunaid <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumailht/gridforms/issues"
},
"homepage": "https://github.com/kumailht/gridforms#readme",
"devDependencies": {
"browser-sync": "^2.24.5",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-bump": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"pump": "^3.0.0",
"yamljs": "^0.3.0",
"yargs": "^12.0.1"
},
"scripts": {
"build": "gulp --production"
}
}