-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "formbuilder2-package",
"version": "0.0.1",
"description": "FormBuilder2 Craft CMS Plugins",
"homepage": "https://github.com/roundhouse/FormBuilder-2",
"authors": "Roundhouse Agency <hello@roundhouseagency.com> (https://github.com/roundhouse)",
"contributors": {
"name": "Vadim Goncharov", "email": "vadim@roundhouseagency.com"
},
"repository": {
"type": "git",
"url": "https://github.com/roundhouse/FormBuilder-2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-cssmin": "~0.12.2",
"coffee-script": "~1.9.2"
},
"private": false
}