-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
46
47
48
49
50
{
"name": "riot-budget",
"author": "Remy Honig",
"description": "Budgetting app written using ES6, Riot and Redux",
"license": "MIT",
"version": "0.1.0",
"keywords": [
"flux",
"riot",
"riotjs",
"es6",
"budget"
],
"repository": {
"type": "git",
"url": "https://github.com/remyhonig/riot-budget§"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"caret-position": "0.0.1",
"lodash": "^3.10.1",
"node-uuid": "^1.4.3",
"numeral": "^1.5.3",
"redux": "^1.0.1",
"reselect": "0.0.2",
"rx": "^3.0.1",
"sortablejs": "^1.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel": "^4.7.12",
"babel-loader": "^4.1.0",
"chai": "^3.2.0",
"file-loader": "^0.8.4",
"font-awesome": "^4.4.0",
"font-awesome-webpack": "0.0.3",
"mocha": "^2.2.5",
"redux-devtools": "^1.0.2",
"riot": "^2.0.13",
"url-loader": "^0.5.6",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
},
"scripts": {
"test": "mocha --compilers js:babel/register test/*.js",
"build": "webpack --progress --colors",
"push": "git push --tags origin master",
"start": "webpack-dev-server --progress --colors --content-base build"
}
}