]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/vim-mode/node_modules/grim/node_modules/emissary/node_modules/mixto/package.json
be85e24136e69eb80c171b70ab7eac34fdab0339
[rbdr/dotfiles] / atom / packages / vim-mode / node_modules / grim / node_modules / emissary / node_modules / mixto / package.json
1 {
2 "name": "mixto",
3 "version": "1.0.0",
4 "description": "A mixin superclass. Its subclasses have `.extend` and `.includeInto` methods to mix behavior into other objects and classes.",
5 "main": "lib/mixin",
6 "scripts": {
7 "prepublish": "grunt clean coffee lint",
8 "test": "grunt test"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/atom/mixto.git"
13 },
14 "keywords": [
15 "mixin",
16 "trait"
17 ],
18 "bugs": {
19 "url": "https://github.com/atom/mixto/issues"
20 },
21 "licenses": [
22 {
23 "type": "MIT",
24 "url": "http://github.com/atom/mixto/raw/master/LICENSE.md"
25 }
26 ],
27 "devDependencies": {
28 "coffee-script": "~1.6.3",
29 "jasmine-focused": "~0.19.0",
30 "grunt-contrib-coffee": "~0.7.0",
31 "grunt-cli": "~0.1.8",
32 "grunt": "~0.4.1",
33 "grunt-shell": "~0.2.2",
34 "grunt-coffeelint": "0.0.6",
35 "rimraf": "~2.2.2"
36 },
37 "author": {
38 "name": "Nathan Sobo"
39 },
40 "_id": "mixto@1.0.0",
41 "dist": {
42 "shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
43 "tarball": "http://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz"
44 },
45 "_from": "mixto@>=1.0.0 <2.0.0",
46 "_npmVersion": "1.3.2",
47 "_npmUser": {
48 "name": "kevinsawicki",
49 "email": "kevinsawicki@gmail.com"
50 },
51 "maintainers": [
52 {
53 "name": "nathansobo",
54 "email": "nathansobo@gmail.com"
55 },
56 {
57 "name": "kevinsawicki",
58 "email": "kevinsawicki@gmail.com"
59 }
60 ],
61 "directories": {},
62 "_shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
63 "_resolved": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz",
64 "readme": "ERROR: No README data found!",
65 "homepage": "https://github.com/atom/mixto"
66 }