]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "grim", | |
3 | "version": "1.4.2", | |
4 | "description": "Log usage of deprecated methods", | |
5 | "main": "./lib/grim", | |
6 | "scripts": { | |
7 | "prepublish": "grunt clean lint coffee", | |
8 | "test": "grunt test" | |
9 | }, | |
10 | "repository": { | |
11 | "type": "git", | |
12 | "url": "git+https://github.com/atom/grim.git" | |
13 | }, | |
14 | "bugs": { | |
15 | "url": "https://github.com/atom/grim/issues" | |
16 | }, | |
17 | "licenses": [ | |
18 | { | |
19 | "type": "MIT", | |
20 | "url": "http://github.com/atom/grim/raw/master/LICENSE.md" | |
21 | } | |
22 | ], | |
23 | "dependencies": { | |
24 | "emissary": "^1.2.0" | |
25 | }, | |
26 | "devDependencies": { | |
27 | "coffee-script": "^1.7.0", | |
28 | "jasmine-focused": "^1.0.4", | |
29 | "grunt-contrib-coffee": "^0.9.0", | |
30 | "grunt-cli": "^0.1.8", | |
31 | "grunt": "^0.4.1", | |
32 | "grunt-shell": "^0.2.2", | |
33 | "grunt-coffeelint": "^0.0.6", | |
34 | "rimraf": "^2.2.2", | |
35 | "coffee-cache": "^0.2.0", | |
36 | "temp": "^0.6.0" | |
37 | }, | |
38 | "gitHead": "82c45ef794ce93e4455c29365441c62bf94b90a8", | |
39 | "homepage": "https://github.com/atom/grim#readme", | |
40 | "_id": "grim@1.4.2", | |
41 | "_shasum": "b33abee33ec351bab8695818d511a049ca62ef04", | |
42 | "_from": "grim@>=1.4.1 <2.0.0", | |
43 | "_npmVersion": "2.11.3", | |
44 | "_nodeVersion": "0.12.7", | |
45 | "_npmUser": { | |
46 | "name": "nathansobo", | |
47 | "email": "nathan@github.com" | |
48 | }, | |
49 | "maintainers": [ | |
50 | { | |
51 | "name": "probablycorey", | |
52 | "email": "probablycorey@gmail.com" | |
53 | }, | |
54 | { | |
55 | "name": "benogle", | |
56 | "email": "ogle.ben@gmail.com" | |
57 | }, | |
58 | { | |
59 | "name": "kevinsawicki", | |
60 | "email": "kevinsawicki@gmail.com" | |
61 | }, | |
62 | { | |
63 | "name": "nathansobo", | |
64 | "email": "nathan@github.com" | |
65 | } | |
66 | ], | |
67 | "dist": { | |
68 | "shasum": "b33abee33ec351bab8695818d511a049ca62ef04", | |
69 | "tarball": "http://registry.npmjs.org/grim/-/grim-1.4.2.tgz" | |
70 | }, | |
71 | "directories": {}, | |
72 | "_resolved": "https://registry.npmjs.org/grim/-/grim-1.4.2.tgz" | |
73 | } |