-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
{
"name": "coffeescript-jsxy",
"description": "Unfancy JavaScript/JSX",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler",
"react"
],
"authors": [
"Jeremy Ashkenas",
"Julian Rosse"
],
"version": "0.1.7",
"license": "MIT",
"engines": {
"node": ">=6"
},
"directories": {
"lib": "./lib/coffeescript"
},
"main": "./lib/coffeescript/index",
"browser": "./lib/coffeescript/browser",
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
},
"files": [
"bin",
"lib",
"register.js",
"repl.js"
],
"scripts": {
"test": "node ./bin/cake test",
"test-harmony": "node --harmony ./bin/cake test"
},
"homepage": "https://github.com/helixbass/coffeescript-jsxy",
"bugs": "https://github.com/helixbass/coffeescript-jsxy/issues",
"repository": {
"type": "git",
"url": "git://github.com/helixbass/coffeescript-jsxy.git"
},
"devDependencies": {
"babel-core": "~6.26.0",
"babel-preset-babili": "~0.1.4",
"babel-preset-env": "~1.6.0",
"babili": "^0.1.4",
"docco": "~0.7.0",
"highlight.js": "~9.12.0",
"jison": ">=0.4.17",
"markdown-it": "~8.4.0",
"underscore": "~1.8.3",
"webpack": "~3.5.5"
},
"dependencies": {}
}