blob: f2760e7fbc9040883a6932f894915268d166e69f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "example-project",
"license": "ISC",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.5.1",
"masonry-layout": "desandro/masonry#^4.2.2",
"cli": "git://github.com/npm/cli.git#^6.14.5",
"stimulus.umd": "https://unpkg.com/stimulus/dist/stimulus.umd.js"
}
}
|