forked from sheetjs/sheetjs
ssf repo reorg
This commit is contained in:
parent
e71eeda4d2
commit
d97fce4424
@ -1,27 +1,28 @@
|
||||
{
|
||||
"name": "ssf-cli",
|
||||
"version": "1.1.0",
|
||||
"author": "Garrett Luu",
|
||||
"author": "sheetjs",
|
||||
"description": "Command-line interface for ssf",
|
||||
"keywords": [
|
||||
"format",
|
||||
"sprintf",
|
||||
"spreadsheet"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"ssf-cli": "./bin/ssf.njs"
|
||||
"ssf-cli": "bin/ssf.njs"
|
||||
},
|
||||
"dependencies": {
|
||||
"ssf": "^0.11.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/SheetJS/ssf.git"
|
||||
"url": "git://github.com/SheetJS/sheetjs.git",
|
||||
"directory": "packages/ssf-cli"
|
||||
},
|
||||
"homepage": "http://sheetjs.com/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/SheetJS/ssf/issues"
|
||||
"url": "https://github.com/SheetJS/sheetjs/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
|
0
.gitignore → packages/ssf/.gitignore
vendored
0
.gitignore → packages/ssf/.gitignore
vendored
@ -8,7 +8,7 @@
|
||||
"sprintf",
|
||||
"spreadsheet"
|
||||
],
|
||||
"main": "./ssf",
|
||||
"main": "ssf.js",
|
||||
"types": "types",
|
||||
"dependencies": {
|
||||
"frac":"~1.1.2"
|
||||
@ -23,7 +23,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/SheetJS/ssf.git"
|
||||
"url": "git://github.com/SheetJS/sheetjs.git",
|
||||
"directory": "packages/ssf"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test",
|
||||
@ -48,7 +49,7 @@
|
||||
},
|
||||
"homepage": "http://sheetjs.com/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/SheetJS/ssf/issues"
|
||||
"url": "https://github.com/SheetJS/sheetjs/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it contains an unexpected character in line 6 and column 3.
|
Loading…
Reference in New Issue
Block a user