-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.14 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.14 KB
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
{
"name": "jsx-cito",
"version": "0.1.2",
"description": "JSX for CitoJS templates",
"main": "main.js",
"dependencies": {
"commoner": "^0.10.0",
"jstransform": "^8.2.0"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-plumber": "^0.6.6",
"gulp-util": "~3.0.2",
"tape": "^3.4.0",
"through2": "~0.6.3"
},
"keywords": [
"jsx",
"citojs"
],
"author": "Marko Biskup <marko.biskup@helidium.net> (https://github.com/helidium)",
"repository": {
"type": "git",
"url": "git://github.com/helidium/jsx-cito.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
{
"type": "MIT",
"url": "https://github.com/helidium/msx-optimized/LICENSE"
}
],
"scripts": {
"test": "node test/tests.js"
},
"bin": {
"jsx-cito": "./bin/jsx-cito"
},
"bugs": {
"url": "https://github.com/helidium/jsx-cito/issues"
},
"homepage": "https://github.com/helidium/jsx-cito",
"directories": {
"test": "test"
},
"license": "MIT",
"_shasum": "70340c25b276d0519d7ec6422dcdcbc4f475712e",
"_from": "jsx-cito@*"
}