Angara.Serialization/package.json

18 строки
412 B
JSON
Исходник Обычный вид История

2016-01-22 17:46:35 +03:00
{
"name": "angara.serializationjs",
2018-04-24 11:15:53 +03:00
"version": "0.3.0",
2016-01-22 17:46:35 +03:00
"license": "MIT",
"private": true,
"devDependencies": {
"bower": "^1.6.5",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^1.0.0",
2018-04-24 11:15:53 +03:00
"grunt-replace": "^0.11.0",
2016-01-22 17:46:35 +03:00
"grunt-ts": "^5.2.0",
2018-04-24 11:15:53 +03:00
"grunt-tsd": "^0.2.0-beta.1"
2016-01-22 17:46:35 +03:00
}
}