-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "sideshow",
"version": "0.4.3",
"description": "Sideshow is a powerful javascript library which aims to reduce your user's learning curve by providing a way to create step-by-step interactive helps.",
"main": " ",
"scripts": {
"test": " "
},
"repository": {
"type": "git",
"url": "http://github.com/fortesinformatica/Sideshow.git"
},
"keywords": [
"interactive",
"help",
"tour",
"tutorial",
"library",
"step-by-step"
],
"author": "Fortes Informática",
"license": "Apache 2",
"devDependencies": {
"bower-installer": "^1.0.0",
"del": "^0.1.2",
"ecstatic": "^0.5.4",
"gift": "^0.5.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.10",
"gulp-beautify": "^1.1.1",
"gulp-bower": "0.0.7",
"gulp-cache": "^0.2.2",
"gulp-concat": "^2.4.2",
"gulp-csslint": "^0.1.5",
"gulp-gzip": "0.0.8",
"gulp-include": "^1.1.0",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.8",
"gulp-notify": "^1.5.1",
"gulp-prettify": "^0.3.0",
"gulp-prompt": "^0.1.1",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.4",
"gulp-stylus": "^1.3.4",
"gulp-tar": "^1.3.1",
"gulp-uglify": "^1.0.1",
"gulp-unzip": "^0.1.2",
"gulp-util": "^3.0.1",
"gulp-wait": "0.0.2",
"gulp-yuidoc": "^0.1.2",
"gulp-zip": "^2.0.2",
"ini": "^1.2.1",
"install": "^0.1.7",
"npm": "^1.4.26",
"open": "0.0.5"
}
}