Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 168a010

Browse files
committed
added package json for publishing
1 parent 30c5344 commit 168a010

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "angular-formly",
33
"version": "0.0.11",
4-
"build": 0,
4+
"author": "Grant Helton <[email protected]>",
5+
"homepage": "http://nimbly.github.io/angular-formly/",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/nimbly/angular-formly.git"
9+
},
10+
"main": "dist/formly.min.js",
11+
"licenses": [
12+
{
13+
"type": "MIT",
14+
"url": "https://raw.githubusercontent.com/nimbly/angular-formly/master/LICENSE"
15+
}
16+
],
17+
"description": "AngularJS directive which takes JSON representing a form and renders to HTML",
518
"devDependencies": {
619
"grunt-gh-pages": "~0.9.0",
720
"bower": "1.2.7",

0 commit comments

Comments
 (0)