Skip to content

Commit 92fcce3

Browse files
committed
npm install rimraf to solve gulp issue
1 parent c5b3245 commit 92fcce3

File tree

1 file changed

+48
-47
lines changed

1 file changed

+48
-47
lines changed

package.json

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
11
{
2-
"name": "brutusin-json-forms",
3-
"version": "0.0.0",
4-
"description": "Brutusin json-forms is a JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided",
5-
"repository": "idelvall/brutusin-json-forms",
6-
"main": "dist/brutusin-json-forms.min.js",
7-
"filename": "dist/brutusin-json-forms.min.js",
8-
"homepage": "http://brutusin.org/json-forms/",
9-
"author": "Ignacio del Valle Alles <idelvall@brutusin.org> (http://brutusin.org)",
10-
"license": "Apache-2.0",
11-
"dependencies": {},
12-
"keywords": [
13-
"form",
14-
"json",
15-
"json-schema",
16-
"schema"
17-
],
18-
"devDependencies": {
19-
"gulp": "^3.5.6",
20-
"gulp-angular-templatecache": "^1.2.1",
21-
"gulp-concat": "^2.2.0",
22-
"gulp-jscs": "^1.1.0",
23-
"gulp-minify-html": "^0.1.1",
24-
"gulp-protractor": "^1.0.0",
25-
"gulp-rename": "^1.2.0",
26-
"gulp-uglify": "^0.2.1",
27-
"gulp-minify-css": "^1.2.1",
28-
"gulp-umd": "^0.1.3",
29-
"gulp-gh-pages":"^0.5.3"
30-
},
31-
"licenses": [
32-
{
33-
"type": "Apache-2.0",
34-
"url": "http://www.apache.org/licenses/LICENSE-2.0"
35-
}
36-
],
37-
"autoupdate": {
38-
"source": "git",
39-
"target": "git://github.com/brutusin/json-forms.git",
40-
"basePath": "/dist/",
41-
"files": [
42-
"brutusin-json-forms.min.js",
43-
"brutusin-json-forms.js",
44-
"brutusin-json-forms-bootstrap.js",
45-
"brutusin-json-forms-bootstrap.min.js",
46-
"brutusin-json-forms-jsonsrv.js",
47-
"brutusin-json-forms-jsonsrv.min.js"
48-
]
2+
"name": "brutusin-json-forms",
3+
"version": "0.0.0",
4+
"description": "Brutusin json-forms is a JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided",
5+
"repository": "idelvall/brutusin-json-forms",
6+
"main": "dist/brutusin-json-forms.min.js",
7+
"filename": "dist/brutusin-json-forms.min.js",
8+
"homepage": "http://brutusin.org/json-forms/",
9+
"author": "Ignacio del Valle Alles <idelvall@brutusin.org> (http://brutusin.org)",
10+
"license": "Apache-2.0",
11+
"dependencies": {},
12+
"keywords": [
13+
"form",
14+
"json",
15+
"json-schema",
16+
"schema"
17+
],
18+
"devDependencies": {
19+
"gulp": "^3.5.6",
20+
"gulp-angular-templatecache": "^1.2.1",
21+
"gulp-concat": "^2.2.0",
22+
"gulp-gh-pages": "^0.5.3",
23+
"gulp-jscs": "^1.1.0",
24+
"gulp-minify-css": "^1.2.1",
25+
"gulp-minify-html": "^0.1.1",
26+
"gulp-protractor": "^1.0.0",
27+
"gulp-rename": "^1.2.0",
28+
"gulp-uglify": "^0.2.1",
29+
"gulp-umd": "^0.1.3",
30+
"rimraf": "^2.5.1"
31+
},
32+
"licenses": [
33+
{
34+
"type": "Apache-2.0",
35+
"url": "http://www.apache.org/licenses/LICENSE-2.0"
4936
}
37+
],
38+
"autoupdate": {
39+
"source": "git",
40+
"target": "git://github.com/brutusin/json-forms.git",
41+
"basePath": "/dist/",
42+
"files": [
43+
"brutusin-json-forms.min.js",
44+
"brutusin-json-forms.js",
45+
"brutusin-json-forms-bootstrap.js",
46+
"brutusin-json-forms-bootstrap.min.js",
47+
"brutusin-json-forms-jsonsrv.js",
48+
"brutusin-json-forms-jsonsrv.min.js"
49+
]
50+
}
5051
}

0 commit comments

Comments
 (0)