forked from zoeesilcock/mobtimer-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "mobtimer-react",
"version": "1.0.0",
"description": "A rewrite of mob-timer ReactJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zoeesilcock/mobtimer-react.git"
},
"keywords": [
"scrum",
"mob"
],
"author": "Zoee Silcock",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoeesilcock/mobtimer-react/issues"
},
"homepage": "https://github.com/zoeesilcock/mobtimer-react",
"devDependencies": {
"babel-core": "^5.8.21",
"babel-loader": "^5.3.2",
"classnames": "^2.1.1",
"css-loader": "^0.15.6",
"grunt": "^0.4.5",
"grunt-open": "^0.2.3",
"grunt-sftp-deploy": "^0.2.4",
"grunt-webpack": "^1.0.11",
"moment": "~2.10.2",
"node-sass": "^3.2.0",
"react": "^0.13.1",
"reflux": "^0.2.7",
"sass-loader": "^2.0.0",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
}
}