-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 911 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
{
"name": "infowrap-breadcrumbs",
"version": "0.2.4",
"description": "An easy way to expand or collapse menu items, especially when there are many levels like in folder navigation.",
"main": "js/breadcrumbs.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/infowrap/breadcrumbs.git"
},
"author": "infowrap.com",
"license": "https://github.com/infowrap/build/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/infowrap/breadcrumbs/issues"
},
"devDependencies": {
"bower": "~0.10.0",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-jade": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1"
}
}