-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 897 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 897 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
36
37
{
"name": "example-project",
"version": "1.0.0",
"description": "TYPO3 Example Project for iizuna",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"iizuna": "^3.4.0",
"@iizuna/page-transition": "^1.0.0"
},
"devDependencies": {
"browserify": "^16.2.3",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-sass": "^5.1.0",
"node-sass": "^9.0.0",
"tsify": "^4.0.1",
"typescript": "^3.5.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iizunats/example-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iizunats/example-project/issues"
},
"homepage": "https://github.com/iizunats/example-project#readme"
}