-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ignacio Ricci
authored and
Ignacio Ricci
committed
Nov 4, 2015
1 parent
0430c31
commit b617028
Showing
3 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
{ | ||
"name": "ztat", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "generator.js", | ||
"repository": "[email protected]:ignacioricci/ztat.git", | ||
"description": "A simple i18n static website generator for NodeJS", | ||
"author": "Ignacio Ricci ([email protected])", | ||
"version": "0.0.1", | ||
"keywords": [ | ||
"static", | ||
"website", | ||
"generator", | ||
"ztat" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "node generator.js" | ||
}, | ||
"author": "Ignacio Ricci ([email protected])", | ||
"license": "MIT", | ||
"dependencies": { | ||
"devDependencies": { | ||
"jade": "1.11.0", | ||
"mkdirp": "0.5.1", | ||
"node-sass": "3.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters