forked from marko-js-archive/markoify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "markoify",
"description": "Marko transform for Browserify",
"keywords": [
"browserify",
"marko"
],
"repository": {
"type": "git",
"url": "https://github.com/marko-js/markoify.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>",
"Phillip Gates-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"escodegen": "^1.3.0",
"esprima": "^1.0.4",
"estraverse": "^1.5.0",
"marko": "^3.0.5",
"raptor-async": "^1.0.0",
"through": "^2.3.4"
},
"devDependencies": {
"browserify": "^10.2.1",
"chai": "^2.3.0",
"mocha": "^2.2.5",
"view-engine": "^1.1.1"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/markoify.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.1.2"
}