18 lines
520 B
JSON
18 lines
520 B
JSON
{
|
|
"name": "rtts_assert",
|
|
"version": "<%= packageJson.version %>",
|
|
"description": "A run-time type assertion library for JavaScript",
|
|
"homepage": "<%= packageJson.homepage %>",
|
|
"bugs": "<%= packageJson.bugs %>",
|
|
"contributors": <%= JSON.stringify(packageJson.contributors) %>,
|
|
"license": "<%= packageJson.license %>",
|
|
"devDependencies": {
|
|
"yargs": "2.3.*",
|
|
"gulp-sourcemaps": "1.3.*",
|
|
"gulp-traceur": "0.16.*",
|
|
"gulp": "^3.8.8",
|
|
"gulp-rename": "^1.2.0",
|
|
"through2": "^0.6.1"
|
|
}
|
|
}
|