-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 755 Bytes
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
{
"name": "uwave-tutorial",
"version": "0.0.1",
"description": "A tutorial for uwave, based on Sideshow, which 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": "https://github.com/fortesinformatica/Sideshow.git"
},
"keywords": [
"interactive",
"help",
"tour",
"tutorial",
"library",
"step-by-step"
],
"author": "Soonshiny",
"license": "Apache 2",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.4",
"gulp-concat-css": "^2.3.0"
}
}