This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Typertext/package.json

33 lines
1011 B
JSON

{
"name": "Typertext",
"description": "A simple TypeScript HTTP request library",
"repository": {
"type": "git",
"url": "https://github.com/terribleplan/Typertext.git"
},
"version": "0.8.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"
}
}