-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 742 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 742 Bytes
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
{
"name": "intersection-observer-api",
"description": "intersection observer api",
"version": "1.0.0",
"scripts": {
"start": "parcel src/index.pug",
"build": "parcel build src/index.pug --public-url .",
"clean": "rmdir /S /Q .cache dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaisharx/intersection-observer-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaisharx/intersection-observer-api/issues"
},
"homepage": "https://github.com/jaisharx/intersection-observer-api#readme",
"devDependencies": {
"parcel": "^1.12.4",
"parcel-plugin-nuke-dist": "^1.0.1",
"pug": "^3.0.0",
"sass": "^1.26.10"
}
}