forked from alfredobarron/smoke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "smokejs",
"version": "2.2.4",
"description": "Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3",
"license": "LGPL",
"author": "Alfredo Barron",
"homepage": "https://github.com/alfredobarron/smoke",
"keywords": [
"html",
"css",
"js",
"JavaScript",
"JQuery",
"plugin",
"bootstrap",
"front-end",
"web"
],
"main": "index.js",
"files": [
"dist",
"LICENSE",
"README.md",
"Gruntfile.js",
"bower.json",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alfredobarron/smoke.git"
},
"bugs": {
"url": "https://github.com/alfredobarron/smoke/issues"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-gh-pages": "^0.10.0"
}
}