-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 964 Bytes
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
{
"name": "virtualjs",
"version": "0.0.2",
"description": "Virtual DOM",
"main": "dist/virtual.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "node build/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielmadu/virtualjs.git"
},
"keywords": [
"Virtual",
"DOM"
],
"author": "Daniel Madureira Batista",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielmadu/virtualjs/issues"
},
"homepage": "https://github.com/danielmadu/virtualjs#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-runtime": "^6.11.6",
"rollup": "^0.36.0",
"rollup-plugin-babel": "^1.0.0",
"rollup-plugin-replace": "^1.1.1"
}
}