-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jquery-form-designer",
"version": "0.0.1",
"description": "Bootstrap form designer jQuery plugin.",
"keywords": [
"jquery",
"plugin",
"bootstrap",
"form-designer",
"jquery-plugin",
"jquery-form-designer"
],
"repository": {
"type": "git",
"url": "https://github.com/diegodrumond/form-designer.git"
},
"bugs": {
"url": "https://github.com/diegodrumond/form-designer/issues"
},
"author": {
"name": "Diego Drumond",
"email": "[email protected]",
"url": "https://github.com/diegodrumond"
},
"homepage": "http://github.com/diegodrumond/form-designer",
"contributors": [
{
"name": "Diego Drumond",
"email": "[email protected]",
"url": "https://github.com/diegodrumond"
}
],
"license": "Apache License, version 2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http-server": "^1.10.1",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"phantomjs": "^1.9.18"
},
"scripts": {
"test": "grunt karma:continuous"
}
}