Skip to content

Commit 07a2c17

Browse files
Merge pull request #4 from creativecommons/add-package.json
Add .gitignore and package.json
2 parents 332286a + 9d2e4fe commit 07a2c17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "cc-chooser",
3+
"license": "MIT",
4+
"description": "GSoC 2019 - The new and improved CC license chooser [WIP]",
5+
"scripts":
6+
{
7+
8+
},
9+
"devDependencies":
10+
{
11+
"jest": "^24.8.0"
12+
},
13+
"repository":
14+
{
15+
"type": "git",
16+
"url": "https://github.com/creativecommons/cc-chooser.git"
17+
}
18+
}

0 commit comments

Comments
 (0)