Skip to content

Commit 009e94b

Browse files
committed
npm init
1 parent 3d20e8e commit 009e94b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "rollup-plugin-ae-jsx",
3+
"version": "1.0.0",
4+
"description": "RollupJS plugin to turn output into After Effects compatible `.jsx` JSON files ",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/motiondeveloper/rollup-plugin-ae-jsx.git"
12+
},
13+
"keywords": [
14+
"rollup",
15+
"after",
16+
"effects",
17+
"ae"
18+
],
19+
"author": "Tim Haywood",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/motiondeveloper/rollup-plugin-ae-jsx/issues"
23+
},
24+
"homepage": "https://github.com/motiondeveloper/rollup-plugin-ae-jsx#readme"
25+
}

0 commit comments

Comments
 (0)