-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "all.this",
"version": "1.0.45",
"description": "Data Structures and Functionalities.",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "node index.js",
"bootstrap": "git submodule update --init --recursive && npm install",
"update-submodules": "git submodule update --remote"
},
"keywords": [
"come",
"together"
],
"dependencies": {
"be.this": "^1.2.33",
"this.audio": "^1.1.23",
"this.be": "^2.2.12",
"this.dictionaries": "",
"this.dom": "^1.0.93",
"this.env": "^0.0.44",
"this.gui": "^0.0.55",
"this.img": "^1.0.26",
"this.me": "^2.9.0",
"this.pixel": "^3.4.92",
"this.text": "^1.0.82",
"this.url": "^1.0.0",
"this.video": "^1.0.22",
"this.wallet": "^1.0.54"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neurons-me/all.this.git"
},
"homepage": "https://www.npmjs.com/package/all.this",
"docs": "https://neurons-me.github.io/all.this",
"type": "module",
"author": "suiGn",
"license": "MIT",
"repoType": "NPM Package",
"category": "utils"
}