aboutsummaryrefslogtreecommitdiff
path: root/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-01-31 00:10:58 +0100
committerRobert Jaros <rjaros@finn.pl>2018-01-31 00:10:58 +0100
commitfacf7991ed52cb21852dd6175a3817e94598c2dc (patch)
treeaa4364769bbe0c3d637af8061761ef32c2234c37 /examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
parenta3514f0ea18313d37b9701e055f97f7ad81f76c4 (diff)
downloadkvision-facf7991ed52cb21852dd6175a3817e94598c2dc.tar.gz
kvision-facf7991ed52cb21852dd6175a3817e94598c2dc.tar.bz2
kvision-facf7991ed52cb21852dd6175a3817e94598c2dc.zip
TodoMVC example
Diffstat (limited to 'examples/todomvc/src/main/web/node_modules/todomvc-common/package.json')
-rw-r--r--examples/todomvc/src/main/web/node_modules/todomvc-common/package.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json b/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
new file mode 100644
index 00000000..a267618e
--- /dev/null
+++ b/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
@@ -0,0 +1,54 @@
+{
+ "_from": "todomvc-common@^1.0.0",
+ "_id": "todomvc-common@1.0.4",
+ "_inBundle": false,
+ "_integrity": "sha512-AA0Z4exovEqubhbZCrzzn9roVT4zvOncS319p2zIc4CsNe5B9TLL7Sei1NIV6d+WrgR5rOi+y0I9Y6GE7xgNOw==",
+ "_location": "/todomvc-common",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "todomvc-common@^1.0.0",
+ "name": "todomvc-common",
+ "escapedName": "todomvc-common",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/todomvc-common/-/todomvc-common-1.0.4.tgz",
+ "_shasum": "23099af886c2f0525bfd4537e078f12d0074309e",
+ "_spec": "todomvc-common@^1.0.0",
+ "_where": "/home/rjaros/git/kvision/examples/todomvc/src/main/web",
+ "author": {
+ "name": "TasteJS"
+ },
+ "bugs": {
+ "url": "https://github.com/tastejs/todomvc-common/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Common TodoMVC utilities used by our apps",
+ "files": [
+ "base.js",
+ "base.css"
+ ],
+ "homepage": "https://github.com/tastejs/todomvc-common#readme",
+ "keywords": [
+ "todomvc",
+ "tastejs",
+ "util",
+ "utilities"
+ ],
+ "license": "MIT",
+ "main": "base.js",
+ "name": "todomvc-common",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tastejs/todomvc-common.git"
+ },
+ "style": "base.css",
+ "version": "1.0.4"
+}