forked from riot/compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 951 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
40
41
42
43
44
45
{
"name": "riot-compiler",
"version": "2.3.20-beta.1",
"description": "Compiler for riot .tag files",
"main": "dist/compiler.js",
"jsnext:main": "dist/es6.compiler.js",
"directories": {
"lib": "lib",
"doc": "doc"
},
"files": [
"lib",
"doc",
"dist/*.js",
"test/**"
],
"scripts": {
"test": "make test",
"prepublish": "make build && node bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/compiler.git"
},
"keywords": [
"riot",
"virtualdom",
"tag",
"compiler"
],
"devDependencies": {
"coveralls": "^2.11.4",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.1",
"jspreproc": "^0.2.5",
"mocha": "^2.3.4"
},
"author": "Muut, Inc. and other contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/compiler/issues"
},
"homepage": "https://github.com/riot/compiler#readme"
}