-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 897 Bytes
/
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
{
"name": "todo-mvc-service",
"version": "0.0.11",
"description": "mock API for TodoMVC apps",
"repository": "https://github.com/alexkrolick/todo-mvc-service",
"main": "dist/todo-mvc-service.js",
"scripts": {
"test": "echo \"We'll get there someday\" && exit 1",
"build": "NODE_ENV=production webpack --config=webpack.config.js",
"watch": "webpack --config=webpack.config.js --watch",
"prepare": "npm run build"
},
"keywords": [
"todomvc",
"mock"
],
"author": "Alex Krolick",
"license": "MIT",
"dependencies": {
"find-my-way": "alexkrolick/find-my-way"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "6.24.1",
"prettier": "^1.6.1",
"webpack": "^3.5.6"
}
}