forked from kelp404/angular-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
41
42
43
44
45
46
47
{
"name": "angular-form-builder",
"version": "0.1.0",
"description": "AngularJS form builder.",
"homepage": "https://github.com/kelp404/angular-form-builder",
"repository": {
"type": "git",
"url": "git://github.com/kelp404/angular-form-builder.git"
},
"keywords": [
"AngularJS",
"CoffeeScript"
],
"author": {
"name": "Kelp",
"url": "https://github.com/kelp404"
},
"contributors": [
{
"name": "others",
"url": "https://github.com/kelp404/angular-form-builder/graphs/contributors"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/kelp404/angular-form-builder/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"karma": "^0.12.16",
"karma-coffee-preprocessor": "~0.2.1",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "~0.1.0"
}
}