-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
{
"license": "AGPL-3.0",
"homepage": "http://make-github-pseudonymous-again.github.io/js-arraylist/",
"dependencies": {},
"keywords": [
"amortized",
"array",
"bricks",
"dynamic",
"javascript",
"js",
"list",
"time",
"vector"
],
"repository": {
"url": "https://github.com/make-github-pseudonymous-again/js-arraylist.git",
"type": "git"
},
"version": "1.0.3",
"scripts": {
"doc": "./node_modules/.bin/groc",
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test"
},
"devDependencies": {
"@aureooms/js-array": "^3.1.0",
"@aureooms/js-list-spec": "^8.0.3",
"aureooms-node-package": "^6.0.1"
},
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-arraylist/issues"
},
"author": "aureooms",
"description": "dynamically sized array code bricks for JavaScript",
"name": "@aureooms/js-arraylist",
"main": "js/dist/arraylist.js"
}