-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 951 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
39
40
41
42
43
44
45
{
"name": "revealing",
"version": "1.0.0",
"description": "Revealing.js",
"keywords": [
"animation",
"revealing",
"fading"
],
"homepage": "https://github.com/dulaccc/revealing",
"author": {
"name": "Pierre Dulac",
"email": "[email protected]",
"url": "https://github.com/dulaccc"
},
"repository": {
"type": "git",
"url": "https://github.com/dulaccc/revealing.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"bower": "^1.3.5",
"jshint-stylish": "~0.1.3",
"gulp": "^3.8.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.6.3",
"gulp-sass": "^0.7.2",
"gulp-autoprefixer": "0.0.7",
"gulp-qunit": "^0.3.3",
"gulp-header": "^1.0.2",
"gulp-minify-css": "^0.3.5"
},
"scripts": {
"postinstall": "bower install"
},
"dependencies": {
"gulp-clean": "^0.3.1"
}
}