Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.0 KiB
58 lines
2.0 KiB
{ |
|
"name": "karma-requirejs", |
|
"version": "0.2.0", |
|
"description": "A Karma plugin. Adapter for RequireJS framework.", |
|
"main": "lib/index.js", |
|
"scripts": { |
|
"test": "grunt test" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/karma-runner/karma-requirejs.git" |
|
}, |
|
"keywords": [ |
|
"karma-plugin", |
|
"karma-adapter", |
|
"requirejs" |
|
], |
|
"author": { |
|
"name": "Vojta Jina", |
|
"email": "vojta.jina@gmail.com" |
|
}, |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"grunt": "~0.4.1", |
|
"grunt-contrib-jshint": "~0.6", |
|
"grunt-karma": "~0.3", |
|
"grunt-bump": "~0.0.7", |
|
"grunt-npm": "~0.0.2", |
|
"grunt-auto-release": "~0.0.2" |
|
}, |
|
"peerDependencies": { |
|
"karma": ">=0.9", |
|
"requirejs": "~2.1" |
|
}, |
|
"license": "MIT", |
|
"contributors": [ |
|
{ |
|
"name": "Friedel Ziegelmayer", |
|
"email": "friedel.ziegelmayer@gmail.com" |
|
}, |
|
{ |
|
"name": "Janusz Jablonski", |
|
"email": "januszjablonski.pl@gmail.com" |
|
}, |
|
{ |
|
"name": "Sven Ambros", |
|
"email": "thered87@googlemail.com" |
|
} |
|
], |
|
"readme": "# karma-requirejs [![Build Status](https://travis-ci.org/karma-runner/karma-requirejs.png?branch=master)](https://travis-ci.org/karma-runner/karma-requirejs)\n\n> Adapter for the [RequireJS](http://requirejs.org/) framework.\n\n**This plugin ships with Karma by default, so you don't need to install it.**\n\nCheck out examples on how to configure RequireJS with Karma:\n- Karma's e2e test https://github.com/karma-runner/karma/tree/master/test/e2e/requirejs\n- Karma's docs http://karma-runner.github.io/0.8/plus/RequireJS.html\n- Kim's example project https://github.com/kjbekkelund/karma-requirejs\n\n\n----\n\nFor more information on Karma see the [homepage].\n\n\n[homepage]: http://karma-runner.github.io/\n", |
|
"readmeFilename": "README.md", |
|
"bugs": { |
|
"url": "https://github.com/karma-runner/karma-requirejs/issues" |
|
}, |
|
"homepage": "https://github.com/karma-runner/karma-requirejs", |
|
"_id": "karma-requirejs@0.2.0", |
|
"_from": "karma-requirejs@*" |
|
}
|
|
|