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