forked from EmergenSea/Moodsong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 884 Bytes
/
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
{
"name": "tris.codes",
"version": "1.0.0",
"description": "My personal portfolio website. PSD Version.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tr1s/tris.codes-psd.git"
},
"author": "Tristan Michael Lawrence",
"license": "ISC",
"bugs": {
"url": "https://github.com/tr1s/tris.codes/issues"
},
"homepage": "https://github.com/tr1s/tris.codes#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.2"
},
"dependencies": {
"babel-core": "^6.26.3",
"latest": "^0.2.0"
}
}