Skip to content

Commit 429ab0f

Browse files
authored
Add files via upload
1 parent 3d75363 commit 429ab0f

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": "molecules",
3+
"version": "v0.0.1",
4+
"description": "Get the number of each atom from a molecular formula",
5+
"main": "molecules.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/osofem/molecules.git"
12+
},
13+
"keywords": [
14+
"molecule",
15+
"atom",
16+
"chemistry",
17+
"formula"
18+
],
19+
"author": "Oso Olwafemi <[email protected]> (https://github.com/osofem)",
20+
"license": "Apache-2.0",
21+
"bugs": {
22+
"url": "https://github.com/osofem/molecules/issues"
23+
},
24+
"homepage": "https://github.com/osofem/molecules#readme"
25+
}

0 commit comments

Comments
 (0)