-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 902 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 902 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
{
"name": "formula",
"version": "4.5.2",
"description": "HTML forms from JSON schema",
"main": "dist/formula.commonjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npolar/formula.git"
},
"author": "@npolar",
"license": "MIT",
"bugs": {
"url": "https://github.com/npolar/formula/issues"
},
"homepage": "https://github.com/npolar/formula#readme",
"dependencies": {
"angular": ">= 1.5.9 < 1.6",
"tv4": "^1.1.12"
},
"devDependencies": {
"angular": ">= 1.5.9 < 1.6",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-define-module": "^0.1.3",
"gulp-jshint": "^1.11.2",
"gulp-minify-html": "^1.0.4",
"gulp-uglify": "^1.2.0"
}
}