-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
32
33
34
35
{
"name": "slide-tutorial",
"version": "0.1.0",
"description": "click through slides of images & text in a fullscreen modal window",
"repository": {
"type": "git",
"url": "https://github.com/aweiksnar/slide-tutorial.git"
},
"keywords": [
"tutorial",
"modal",
"slideshow"
],
"scripts": {
"start": "gulp babel && gulp watch",
"test": "zuul -- test.js",
"build": "gulp babel",
"prepublish": "npm run build"
},
"dependencies": {},
"main": "slide-tutorial.js",
"author": "alex weiksnar",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.0.14",
"babelify": "^7.1.0",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"node-jsdom": "^3.1.5",
"zuul": "^3.7.2"
}
}