37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "TyperLog",
|
||
|
"description": "A simple TypeScript logging framework",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/terribleplan/TyperLog"
|
||
|
},
|
||
|
"version": "0.0.1",
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.2",
|
||
|
"grunt-cli": "~0.1.13",
|
||
|
"grunt-contrib-uglify": "~0.3.2",
|
||
|
"grunt-karma": "~0.6.2",
|
||
|
"grunt-typescript": "~0.2.7",
|
||
|
"karma": "~0.10.9",
|
||
|
"karma-chrome-launcher": "~0.1.2",
|
||
|
"karma-coffee-preprocessor": "~0.1.3",
|
||
|
"karma-firefox-launcher": "~0.1.3",
|
||
|
"karma-html2js-preprocessor": "~0.1.0",
|
||
|
"karma-jasmine": "~0.1.5",
|
||
|
"karma-requirejs": "~0.2.1",
|
||
|
"karma-sauce-launcher": "~0.1.8",
|
||
|
"karma-script-launcher": "~0.1.0",
|
||
|
"karma-phantomjs-launcher": "~0.1.2",
|
||
|
"phantomjs": "~1.9.7-1",
|
||
|
"requirejs": "~2.1.11"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "./node_modules/.bin/grunt test:travis"
|
||
|
},
|
||
|
"build": {
|
||
|
"directory": "build",
|
||
|
"baseArtifact": "typerlog"
|
||
|
}
|
||
|
}
|