-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "agile-retrospective-app",
"version": "1.0.0",
"description": "An app that will allow participants to submit, and vote on, topics during an agile retrospective",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LenaKari/agile-retrospective-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LenaKari/agile-retrospective-app/issues"
},
"homepage": "https://github.com/LenaKari/agile-retrospective-app#readme",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"jshint-stylish": "^2.2.0",
"jsonschema": "^1.1.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"webpack": "^1.13.1"
}
}