Added is.js library

This commit is contained in:
RainLoop Team 2015-02-17 21:44:11 +04:00
parent 2616b911e1
commit 2038acc14a
10 changed files with 3220 additions and 68 deletions

12
vendors/is.js/package.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"name": "is_js",
"version": "0.6.0",
"main": "is.js",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-mocha-phantomjs": "0.6.0"
}
}