-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
{
"scripts": {
"doc": "./node_modules/.bin/groc",
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build"
},
"version": "3.0.0",
"devDependencies": {
"aureooms-node-package": "^6.0.1"
},
"keywords": [
"bricks",
"compiler",
"javascript",
"js",
"notation",
"polish",
"reverse",
"ender"
],
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-rpn/issues"
},
"license": "AGPL-3.0",
"dependencies": {},
"name": "@aureooms/js-rpn",
"homepage": "http://make-github-pseudonymous-again.github.io/js-rpn/",
"description": "reverse polish notation code bricks for JavaScript",
"author": "aureooms",
"repository": {
"type": "git",
"url": "https://github.com/make-github-pseudonymous-again/js-rpn.git"
},
"main": "js/dist/rpn.js",
"spm": {
"main": "js/dist/rpn.js"
}
}