-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1007 Bytes
/
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
{
"author": "Golyshev Dmitrii <golyshev.dmitry@yandex.ru>",
"bugs": {
"url": "https://github.com/golyshevd/macroed/issues"
},
"contributors": [
"Golyshev Dmitrii <golyshev.dmitry@yandex.ru>"
],
"dependencies": {
"inherit": "2.2.2",
"lodash-node": "2.4.1",
"unique-id": "0.0.1",
"marked": "0.3.2"
},
"description": "expand text macros like a boss",
"devDependencies": {
"glob": "4.0.5",
"gulp": "3.8.7",
"gulp-mocha": "0.5.2",
"gulp-istanbul": "0.2.2",
"gulp-eslint": "0.1.8",
"gulp-util": "3.0.0",
"through2": "0.5.1",
"minimatch": "1.0.0",
"gulp-jscs": "1.1.0",
"chai": "1.9.1"
},
"license": "MIT",
"main": "lib/macroed",
"name": "macroed",
"repository": {
"type": "git",
"url": "git://github.com/golyshevd/macroed.git"
},
"engines": {
"node": ">= 0.10.0"
},
"version": "0.0.1-8"
}