-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.36 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
{
"name": "types-sugar-in-javascript",
"private": true,
"description": "Shower HTML presentation engine",
"version": "1.0.0",
"author": {
"name": "easy-deep-learning",
"url": "https://easy-deep-learning.github.io"
},
"homepage": "https://github.com/easy-deep-learning/types-sugar-in-javascript",
"repository": {
"type": "git",
"url": "[email protected]:easy-deep-learning/types-sugar-in-javascript.git"
},
"bugs": {
"url": "https://github.com/easy-deep-learning/types-sugar-in-javascript/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
"files": [
"pictures/**",
"index.html",
"LICENSE.md",
"README.md"
],
"dependencies": {
"shower-core": "^2.1.0",
"shower-material": "^1.0.11",
"shower-ribbon": "^2.0.10"
},
"devDependencies": {
"del": "^2.2.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rsync": "0.0.7",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.0",
"path-exists-cli": "^1.0.0",
"run-sequence": "^1.2.2",
"shower-core": "^2.0.8"
},
"scripts": {
"prepare": "gulp prepare",
"archive": "gulp archive",
"publish": "gulp publish",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
}
}