forked from kelp404/angular-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
48
{
"name": "angular-form-builder",
"version": "0.0.2",
"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-watch": "^0.6.1",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-connect": "^0.7.1",
"karma-script-launcher": "~0.1.0",
"karma-requirejs": "~0.2.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.12.1",
"grunt-karma": "~0.8.2"
}
}