mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-05 23:30:19 +00:00
85861819a6
The Tentacular team recently renamed the project to Karma. It is recommended that all projects using Testacular update their code to use the new Karma package.
12 lines
158 B
JSON
12 lines
158 B
JSON
{
|
|
"name": "gittip",
|
|
"version": "0.0.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"karma": ">=0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|