-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 878 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
34
35
36
37
38
{
"name": "bsModalBuilder",
"version": "0.1.5",
"description": "Dynamic modal builder for Twitter Boostrap 3.x",
"author": "Neven Falica <[email protected]>",
"license": "MIT License",
"homepage": "https://github.com/elkarrde/bsModalBuilder#readme",
"main": "docs/index.html",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elkarrde/bsModalBuilder.git"
},
"keywords": [
"bootstrap",
"modal",
"builder"
],
"bugs": {
"url": "https://github.com/elkarrde/bsModalBuilder/issues"
},
"dependencies": {
"coffee-script": "^1.6.0",
"coffeelint": "*",
"uglify-js": "*",
"gulp": "^3.4.0"
},
"devDependencies": {
"del": "*",
"gulp-coffee": "*",
"gulp-coffeelint": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"gulp-util": "*"
}
}