-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "melon",
"version": "1.0.0",
"description": "virtual dom",
"main": "server.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJVvV/melon.git"
},
"author": "Alex Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/JJVvV/melon/issues"
},
"homepage": "https://github.com/JJVvV/melon#readme",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^3.1.9",
"babel-helper-function-name": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-async-to-generator": "^6.4.0",
"babel-plugin-transform-do-expressions": "^6.3.13",
"babel-plugin-transform-exponentiation-operator": "^6.3.13",
"babel-plugin-transform-function-bind": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"babel-runtime": "^5.8.3",
"babel-template": "^6.3.13",
"babel-types": "^6.4.1",
"react-hot-loader": "^1.3.1",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
}
}