-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "phenome",
"version": "0.1.9",
"description": "Coming soon",
"main": "lib/compiler-io/index.js",
"directories": {
"test": "test-component"
},
"scripts": {
"compile-test-component": "node ./test-component/build",
"lint": "eslint ./lib",
"test": "npm run lint && npm run compile-test-component"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phenomejs/phenome.git"
},
"keywords": [
"vue",
"react",
"component",
"webcomponent",
"universal",
"compiler"
],
"author": "Phenomejs.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/phenomejs/phenome/issues"
},
"homepage": "https://github.com/phenomejs/phenome#readme",
"dependencies": {
"acorn": "^5.7.2",
"acorn-jsx": "^4.1.1",
"escodegen": "^1.11.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"stack-trace": "0.0.10"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0"
}
}