forked from n-iq/angular-easy-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "angular-easy-form",
"version": "0.0.0",
"description": "AngularJS Form Builder Tools.",
"homepage": "https://github.com/n-iq/angular-easy-form",
"repository": {
"type": "git",
"url": "https://github.com/n-iq/angular-easy-form"
},
"keywords": [
"AngularJS",
"CoffeeScript",
"Form"
],
"author": {
"name": "Everett Qin",
"url": "https://github.com/everettqin"
},
"contributors": [
{
"name": "others",
"url": ""
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/n-iq/angular-easy-form/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-autoprefixer": "^0.7.3",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-html2js": "^0.2.9",
"grunt-karma": "^0.8.3",
"grunt-ng-annotate": "^0.4.0",
"grunt-ngdocs": "^0.2.5",
"grunt-wiredep": "^1.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",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0"
}
}