forked from insin/msx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.11 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.11 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
{
"name": "msx-optimized",
"version": "0.3.0",
"description": "JSX for Mithril optimized",
"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",
"mithril",
"mithril optimized"
],
"author": "Marko Biskup <marko.biskup@helidium.net> (https://github.com/helidium)",
"repository": {
"type": "git",
"url": "git://github.com/helidium/msx-optimized.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": {
"msx-optimized": "./bin/msx-optimized"
},
"bugs": {
"url": "https://github.com/helidium/msx-optimized/issues"
},
"homepage": "https://github.com/helidium/msx-optimized",
"directories": {
"test": "test"
},
"license": "MIT"
}