32 lines
861 B
JSON
32 lines
861 B
JSON
{
|
|
"name": "rtts-assert",
|
|
"version": "0.0.1",
|
|
"description": "A type assertion library for Traceur.",
|
|
"main": "./dist/cjs/assert.js",
|
|
"homepage": "https://github.com/angular/assert",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/angular/assert.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/angular/assert/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"gulp": "^3.5.6",
|
|
"gulp-connect": "~1.0.5",
|
|
"gulp-traceur": "~0.4.0",
|
|
"karma": "^0.12.1",
|
|
"karma-chrome-launcher": "^0.1.2",
|
|
"karma-jasmine": "^0.2.2",
|
|
"karma-requirejs": "^0.2.1",
|
|
"karma-traceur-preprocessor": "^0.2.2",
|
|
"pipe": "git://github.com/angular/pipe#remove-transitive-deps"
|
|
},
|
|
"scripts": {
|
|
"test": "karma start --single-run"
|
|
},
|
|
"author": "Vojta Jína <vojta.jina@gmail.com>",
|
|
"license": "Apache-2.0"
|
|
}
|