forked from formly-js/angular-formly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 KB
/
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
{
"name": "angular-formly",
"version": "0.0.16",
"author": "Astrism <[email protected]>",
"homepage": "http://nimbly.github.io/angular-formly/",
"repository": {
"type": "git",
"url": "git://github.com/nimbly/angular-formly.git"
},
"main": "dist/formly.min.js",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/nimbly/angular-formly/master/LICENSE"
}
],
"description": "AngularJS directive which takes JSON representing a form and renders to HTML",
"devDependencies": {
"bower": "1.2.7",
"connect-livereload": "~0.4.0",
"grunt": "~0.4.1",
"grunt-angular-templates": "~0.5.1",
"grunt-bower-task": "~0.3.4",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.9.0",
"grunt-mocha": "^0.4.11",
"grunt-ng-annotate": "^0.3.2",
"grunt-ngmin": "0.0.3",
"load-grunt-tasks": "^0.6.0",
"lodash-node": "^2.4.1",
"time-grunt": "^0.4.0"
}
}