]>
Commit | Line | Data |
---|---|---|
24c7594d BB |
1 | { |
2 | "name": "space-pen", | |
3 | "version": "5.1.1", | |
4 | "description": "Write markup on the final frontier", | |
5 | "main": "./lib/space-pen.js", | |
6 | "scripts": { | |
7 | "prepublish": "grunt prepublish", | |
8 | "test": "grunt test", | |
9 | "start": "grunt start" | |
10 | }, | |
11 | "licenses": [ | |
12 | { | |
13 | "type": "MIT", | |
14 | "url": "http://github.com/atom/space-pen/raw/master/LICENSE" | |
15 | } | |
16 | ], | |
17 | "repository": { | |
18 | "type": "git", | |
455f099b | 19 | "url": "git+https://github.com/atom/space-pen.git" |
24c7594d BB |
20 | }, |
21 | "bugs": { | |
22 | "url": "https://github.com/atom/space-pen/issues" | |
23 | }, | |
24 | "devDependencies": { | |
25 | "express": "~3.4.0", | |
26 | "coffee-script": "~1.6.3", | |
27 | "grunt-contrib-coffee": "~0.7.0", | |
28 | "grunt-cli": "~0.1.8", | |
29 | "grunt": "~0.4.1", | |
30 | "grunt-coffeelint": "0.0.6", | |
31 | "browserify": "~2.34.1", | |
32 | "jasmine-focused": "~0.15.0", | |
33 | "grunt-shell": "~0.5.0", | |
34 | "coffeeify": "~0.5.1", | |
35 | "grunt-contrib-connect": "~0.5.0", | |
36 | "grunt-atomdoc": "^1.0.0" | |
37 | }, | |
38 | "dependencies": { | |
39 | "grim": "^1.0.0", | |
40 | "jquery": "^2.1.3", | |
41 | "underscore-plus": "1.x" | |
42 | }, | |
43 | "gitHead": "c5694286b4faaf07eb1a7fbd03e6ebb8c34fc554", | |
44 | "homepage": "https://github.com/atom/space-pen", | |
45 | "_id": "space-pen@5.1.1", | |
46 | "_shasum": "f7cc61ed3e371718aa05d54608ca7784deb7bc89", | |
47 | "_from": "space-pen@>=5.1.1 <6.0.0", | |
48 | "_npmVersion": "1.4.28", | |
49 | "_npmUser": { | |
50 | "name": "kevinsawicki", | |
51 | "email": "kevinsawicki@gmail.com" | |
52 | }, | |
53 | "maintainers": [ | |
54 | { | |
55 | "name": "kevinsawicki", | |
56 | "email": "kevinsawicki@gmail.com" | |
57 | }, | |
58 | { | |
59 | "name": "nathansobo", | |
60 | "email": "nathansobo@gmail.com" | |
61 | }, | |
62 | { | |
63 | "name": "benogle", | |
64 | "email": "ogle.ben@gmail.com" | |
65 | } | |
66 | ], | |
67 | "dist": { | |
68 | "shasum": "f7cc61ed3e371718aa05d54608ca7784deb7bc89", | |
69 | "tarball": "http://registry.npmjs.org/space-pen/-/space-pen-5.1.1.tgz" | |
70 | }, | |
71 | "directories": {}, | |
455f099b BB |
72 | "_resolved": "https://registry.npmjs.org/space-pen/-/space-pen-5.1.1.tgz", |
73 | "readme": "ERROR: No README data found!" | |
24c7594d | 74 | } |