-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 932 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-splitting/",
"main": "js/dist/splitting.js",
"name": "@aureooms/js-splitting",
"author": "aureooms",
"devDependencies": {
"@aureooms/js-array": "^3.0.0",
"aureooms-node-package": "^4.2.5"
},
"scripts": {
"doc": "./node_modules/.bin/groc",
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build"
},
"dependencies": {},
"version": "4.0.2",
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-splitting/issues"
},
"description": "array splitting code bricks for JavaScript",
"keywords": [
"array",
"bricks",
"ender",
"javascript",
"js",
"split",
"splitting"
],
"repository": {
"type": "git",
"url": "https://github.com/make-github-pseudonymous-again/js-splitting.git"
},
"spm": {
"main": "js/dist/splitting.js"
}
}