-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 844 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
{
"name": "ballast",
"version": "0.0.1",
"description": "Nano directed framework",
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base public/ --progress --inline --hot",
"test": "./node_modules/.bin/mocha tests/"
},
"author": "Matthieu Dubet",
"license": "ISC",
"dependencies": {
"immutable": "^3.7.6",
"lodash": "^4.0.0",
"ramda": "^0.19.1",
"router5": "^3.0.0",
"snabbdom": "^0.3.1"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"imports-loader": "^0.6.5",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"style-loader": "^0.13.0",
"typescript": "^1.7.5",
"webpack": "^1.12.14"
}
}