-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 970 Bytes
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
{
"name": "angular-form-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/otaviodecampos/angular-form-editor.git"
},
"keywords": [
"angular",
"form",
"editor",
"drag",
"drop"
],
"author": "otaviodecampos <otaviodecampos@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/otaviodecampos/angular-form-editor/issues"
},
"homepage": "https://github.com/otaviodecampos/angular-form-editor#readme",
"dependencies": {
"connect": "^3.4.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-context": "*",
"gulp-less": "^3.0.3",
"gulp-ng-json": "*",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"serve-static": "^1.10.0"
}
}