initial commit
This commit is contained in:
38
node_modules/grim/package.json
generated
vendored
Normal file
38
node_modules/grim/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "grim",
|
||||
"version": "1.5.0",
|
||||
"description": "Log usage of deprecated methods",
|
||||
"main": "./lib/grim",
|
||||
"scripts": {
|
||||
"prepublish": "grunt clean lint coffee",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/atom/grim.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/atom/grim/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/atom/grim/raw/master/LICENSE.md"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"emissary": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.7.0",
|
||||
"jasmine-focused": "^1.0.4",
|
||||
"grunt-contrib-coffee": "^0.9.0",
|
||||
"grunt-cli": "^0.1.8",
|
||||
"grunt": "^0.4.1",
|
||||
"grunt-shell": "^0.2.2",
|
||||
"grunt-coffeelint": "^0.0.6",
|
||||
"rimraf": "^2.2.2",
|
||||
"coffee-cache": "^0.2.0",
|
||||
"temp": "^0.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user