jasmine-ajax/package.json

12 lines
209 B
JSON
Raw Normal View History

2013-02-20 02:33:40 +08:00
{
"name": "jasmine-ajax",
"version": "2.0.0",
"private": false,
2013-03-12 12:12:52 +08:00
"dependencies": {},
2013-02-20 02:33:40 +08:00
"devDependencies": {
2013-03-12 12:12:52 +08:00
"grunt": "0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-shell": "~0.2.1"
2013-02-20 02:33:40 +08:00
}
}