-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 1.33 KB
/
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
35
36
37
38
39
{
"name": "org.webosbrew.custom-screensaver",
"version": "1.0.1",
"main": "frontend/index.js",
"moduleDir": "frontend",
"scripts": {
"build": "enyo pack",
"package": "ares-package dist/ -e enyo-ilib",
"manifest": "tools/gen-manifest.js ${npm_package_name}.manifest.json",
"deploy": "ares-install ${npm_package_name}_${npm_package_version}_all.ipk",
"launch": "ares-launch ${npm_package_name}",
"version": "node tools/sync-version.js && git add appinfo.json",
"clean": "rm -rf dist/"
},
"assets": [
"appinfo.json",
"assets/**/*.*"
],
"repository": {
"type": "git",
"url": "https://github.com/webosbrew/custom-screensaver"
},
"styles": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@webosose/ares-cli": "^2.2.0",
"enyo-dev": "^1.0.0"
},
"dependencies": {
"dompurify": "^2.3.4",
"enyo-ilib": "git+https://github.com/jaycanuck/enyo-ilib.git",
"enyo-webos": "git+https://github.com/enyojs/enyo-webos.git",
"layout": "git+https://github.com/enyojs/layout.git",
"moonstone": "git+https://github.com/enyojs/moonstone.git",
"spotlight": "git+https://github.com/enyojs/spotlight.git",
"svg": "git+https://github.com/enyojs/svg.git"
}
}