-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
40
41
42
43
44
{
"name": "reskinr",
"version": "0.0.1",
"description": "Reskinr updates your styles without a code push or deploy.",
"main": "index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"json-schema-generator": "^2.0.3",
"lodash": "^4.6.1",
"path": "^0.12.7",
"pouchdb": "^5.3.1",
"pouchdb-server": "^1.1.1",
"scss-to-json": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"start": "node ./node_modules/.bin/pouchdb-server -d db_local -c db_local/config.json",
"test": "karma start karma.conf.js --single-run"
},
"keywords": [
"reskin",
"re-skin",
"no-deploy",
"styles",
"app",
"white-label",
"whitelabel",
"white-label",
"private label",
"branding",
"restyle",
"skinnable"
],
"author": "Monte Hayward <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:greenfield-innovation/reskinr.git"
},
"bugs": {
"url": "https://github.com/greenfield-innovation/reskinr/issues"
},
"homepage": "https://github.com/greenfield-innovation/reskinr#readme"
}