-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 941 Bytes
/
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
{
"name": "ProgressBarButton",
"version": "1.1.1",
"description": "Send progress feedback to user interface when processing takes long.",
"author": "Andries Smit <[email protected]",
"copyright": "Flock of Birds International BV",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mendix/Mx-Groupbox-Accordion.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mendix/Mx-Groupbox-Accordion/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.11.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "^1.1.0",
"load-grunt-tasks": "^3.1.0"
}
}