-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 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
{
"name": "js-koans",
"version": "1.0.0",
"description": "JavaScript Koans as Web Application",
"repository": "https://github.com/lambdaforge/js-koans.git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"koans"
],
"author": "Konrad Kühne",
"license": "ISC",
"dependencies": {
"express": "^4.13.4",
"history": "^2.0.0",
"immutable": "^3.7.6",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^1.0.3",
"style-loader": "^0.13.0",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"hyperscript-helpers": "^2.1.0",
"webpack": "^1.12.13"
},
"devDependencies": {
"webpack-dev-server": "^1.14.1"
}
}