-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.07 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bootstrap-template-another-way-btaw",
"description": "bootstrap template another way btaw",
"version": "0.0.3",
"homepage": "https://github.com/pacav69/btaw",
"author": {
"name": "pacav69",
"url": "http://github.com/pacav69/"
},
"repository": {
"type": "git",
"url": "https://github.com/pacav69/btaw.git"
},
"bugs": {
"url": "https://github.com/pacav69/btaw/issues"
},
"license": "MIT",
"keywords": [
"twbs",
"bootstrap",
"bower",
"toc",
"handlebars",
"scaffold",
"concat",
"uglify",
"fontawesome",
"assemble",
"grunt",
"less",
"docs"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"scripts": {
"bower": "bower install",
"grunt": "grunt",
"build": "npm run bower && npm run grunt",
"mainrtl": "css-flip dist/assets/css/main.css > dist/assets/css/main.rtl.css",
"bootstraprtl": "css-flip bower_components/bootstrap/dist/css/bootstrap.css > dist/assets/lib/bootstrap/dist/css/bootstrap.rtl.css",
"buildrtl": "npm run build && npm run mainrtl && npm run bootstraprtl"
},
"devDependencies": {
"assemble": "^0.4.42",
"css-flip": "^0.5.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.0",
"grunt-banner": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-html-validation": "^0.1.18",
"grunt-markdown": "^0.7.0",
"grunt-modernizr": "^0.6.0",
"grunt-wiredep": "^2.0.0",
"handlebars-helper-analytics": "^0.1.1",
"jscs": "^1.9.0",
"load-grunt-tasks": "^2.0.0",
"pretty": "^1.0.0",
"time-grunt": "^1.0.0",
"verb": "^0.3.9"
}
}