Initial commit

This commit is contained in:
Daniel Imms
2016-10-01 13:07:15 -07:00
commit c2a3cb7ee5
10 changed files with 164 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "theme-generator",
"version": "0.0.1",
"description": "Generates editor/terminal themes using a set of colors",
"main": "dist/index.js",
"scripts": {
"build": "typings install && tsc"
},
"author": "Tyriar",
"license": "MIT",
"typescript": {
"definition": "index.d.ts"
},
"devDependencies": {
"@types/node": "^6.0.41",
"typescript": "^2.0.3",
"typings": "^1.4.0"
}
}