forked from TodoBackend/todo-backend-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 830 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
{
"name": "todo-backend-client",
"version": "1.0.0",
"description": "a TodoMVC client which uses a TodoBackend implementation to store its todos.",
"scripts": {
"prepublish": "grunt",
"build": "grunt",
"start": "open index.html || sensible-browser index.html || xdg-open index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/TodoBackend/todo-backend-client.git"
},
"author": "Addy Osmani, Sindre Sorhus, Pascal Hartig, Stephen Sawchuk, Pete Hodgson",
"license": "MIT",
"bugs": {
"url": "https://github.com/TodoBackend/todo-backend-client/issues"
},
"homepage": "https://github.com/TodoBackend/todo-backend-client",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0"
}
}