-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "neptunecss-js",
"version": "1.2.1",
"description": "The official vanilla javascript api for Neptune CSS",
"main": "neptune.js",
"scripts": {
"test": "",
"jsdoc": "C:/Users/colin/AppData/Roaming/npm/jsdoc",
"jsdocConfig": "C:/Users/colin/AppData/Roaming/npm/jsdoc -c ./jsdoc.conf.json",
"jsdPackage": "C:/Users/colin/AppData/Roaming/npm/jsdoc --package ./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neptune-css/javascript-api.git"
},
"keywords": [
"JavaScript",
"API",
"Neptune",
"Neptune",
"CSS",
"Vanilla",
"JS"
],
"author": "Colin Grahm (CGWebDev2003)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neptune-css/neptune-js/issues"
},
"homepage": "https://neptunecss.org",
"dependencies": {
"neptunecss": "^1.0.0"
}
}