can-use-dom
Version:
Test if you can use dom in the current environment
28 lines (27 loc) • 621 B
JSON
{
"name": "can-use-dom",
"version": "0.1.0",
"description": "Test if you can use dom in the current environment",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/akiran/can-use-dom.git"
},
"keywords": [
"isomorphic"
],
"author": "Kiran Abburi",
"license": "MIT",
"bugs": {
"url": "https://github.com/akiran/can-use-dom/issues"
},
"homepage": "https://github.com/akiran/can-use-dom",
"devDependencies": {
"jsdom": "^3.1.0",
"mocha": "^2.1.0",
"should": "^4.6.3"
}
}