-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
82 lines (82 loc) · 1.96 KB
/
package.json
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
75
76
77
78
79
80
81
82
{
"name": "preview",
"main": "lib/preview",
"version": "0.17.0",
"description": "Ultimate previewer of source code in Atom.",
"license": "MIT",
"private": true,
"author": {
"name": "Glavin Wiechert",
"email": "[email protected]",
"url": "https://github.com/Glavin001"
},
"contributors": [
{
"name": "ddavison",
"email": "[email protected]",
"url": "https://github.com/ddavison"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Glavin001/atom-preview.git"
},
"homepage": "https://github.com/Glavin001/atom-preview",
"bugs": {
"url": "https://github.com/Glavin001/atom-preview/issues"
},
"engines": {
"atom": ">0.50.0"
},
"scripts": {
"test": "grunt"
},
"activationCommands": {
"atom-text-editor": "preview:toggle"
},
"dependencies": {
"analytics-node": "^2.1.0",
"atom-space-pen-views": "^2.2.0",
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"clear-require": "^1.0.1",
"coffee-react": "^5.0.0",
"coffee-script": "^1.10.0",
"dogeon": "^1.0.0",
"dogescript": "^2.3.0",
"ember-script": "0.0.14",
"jade": "^1.4.2",
"js-yaml": "^3.6.0",
"less": "^2.6.1",
"livescript": "^1.4.0",
"loophole": "^1.0.0",
"ng-classify": "^4.0.2",
"node-sass": "^4.9.3",
"node-uuid": "^1.4.7",
"pug": "^2.0.0-alpha6",
"stylus": "^0.54.2",
"temp": "^0.8.1",
"typescript": "^2.0.3",
"underscore-plus": "^1.5.0",
"tmp": "^0.0.31"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-watch": "~0.5.3",
"grunt-lesslint": "~1.0.0",
"grunt-apm": "1.0.1"
},
"keywords": [
"preview",
"coffeescript",
"less",
"jade",
"ng-classify"
]
}