8000 initialize project and add dependencies · masteramuk/examples@e150c4f · GitHub
[go: up one dir, main page]

Skip to content

Commit e150c4f

Browse files
committed
initialize project and add dependencies
1 parent 41435e1 commit e150c4f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

nuxt-middleware/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "nuxt-middleware",
3+
"version": "1.0.0",
4+
"description": "integrating total.js and nuxt.js",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"total.js",
11+
"nuxt.js",
12+
"vue.js"
13+
],
14+
"author": "ckpiggy",
15+
"license": "MIT",
16+
"dependencies": {
17+
"nuxt": "^1.0.0-alpha.4",
18+
"total.js": "^2.6.3-3"
19+
}
20+
}

0 commit comments

Comments
 (0)
0