-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "showtime.js",
"version": "0.5.3",
"description": "Showtime is a lightweight framework for easily creating stunning tours around your web app. It comes with a built in chain so its really easy to mix your tours with custom functionality.",
"main": "./dist/showtime.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"gulp-babel": "^6.1.2",
"gulp-umd": "^0.2.0",
"gulp-watch": "^4.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Andrinoid/showtime.js.git"
},
"keywords": [
"showtime",
"tour",
"tutorial",
"demostration"
],
"author": "Andri Birgisson <andri@tweecode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andrinoid/showtime.js/issues"
},
"homepage": "https://github.com/Andrinoid/showtime.js"
}