-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
35
36
37
38
39
40
{
"name": "cena-trimalchionis",
"version": "1.0.0",
"description": "An art project exploring Petronius Satyricon",
"main": "index.js",
"scripts": {
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonobr1/cena-trimalchionis.git"
},
"keywords": [
"roman",
"antiquity",
"literatur",
"petronius",
"satyricon"
],
"author": "jonobr1",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonobr1/cena-trimalchionis/issues"
},
"homepage": "https://github.com/jonobr1/cena-trimalchionis#readme",
"devDependencies": {
"@google-cloud/translate": "^2.1.2",
"browser-sync": "^2.26.3",
"fuse.js": "^3.3.0",
"gulp": "^4.0.0",
"gulp-less": "^4.0.1",
"less": "^3.9.0",
"less-watch-compiler": "^1.13.0",
"moment": "^2.22.2",
"underscore": "^1.9.1"
},
"dependencies": {
"two.js": "^0.7.0-beta.2"
}
}