forked from morrissinger/BootstrapTreeNav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "bootstrap-treenav",
"description": "A tree navigation jQuery plugin for Bootstrap.",
"version": "1.0.1",
"keywords": [
"bootstrap",
"css"
],
"homepage": "http://morrissinger.github.io/BootstrapTreeNav",
"author": "Morris Singer",
"contributors": [
{
"name": "Bernat Mut",
"email": "berni.emerald@gmail.com",
"url": "http://bitsdelocos.es"
}
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/berni69/BootstrapTreeNav.git"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-banner": "~0.6.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-htmlhint-plus": "^0.4.0",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-mocha": "^1.0.2",
"jshint": "^2.9.2",
"mocha": "^3.0.2"
},
"dependencies": {}
}