strict-mode
Version:
enables strict mode in your package
25 lines (24 loc) • 512 B
JSON
{
"name": "strict-mode",
"description": "enables strict mode in your package",
"version": "1.1.6",
"author": {
"name": "Gianluca Casati",
"url": "https://fibo.github.io"
},
"license": "MIT",
"main": "strict-mode.js",
"scripts": {
"test": "NODE_PATH=. node --test test/strict-mode.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/fibo/strict-mode.git"
},
"keywords": [
"strict",
"use strict",
"strict mode"
],
"devDependencies": {}
}