Make Clay a Pebble package

This commit is contained in:
Keegan
2016-06-14 17:02:01 -07:00
parent 8d4ff52b0f
commit 118df1d952
5 changed files with 80 additions and 30 deletions
+19 -5
View File
@@ -2,17 +2,17 @@
"name": "pebble-clay",
"version": "0.1.7",
"description": "Pebble Config Framework",
"main": "dist/clay.js",
"directories": {
"example": "example"
},
"main": "src/js/index.js",
"scripts": {
"test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI && ./node_modules/.bin/eslint ./",
"test-debug": "(export DEBUG=true && ./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run)",
"test": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run",
"lint": "./node_modules/.bin/eslint ./",
"build": "gulp",
"dev": "gulp dev"
"dev": "gulp dev",
"pebble-clean": "rm -rf tmp src/js/index.js && pebble clean",
"pebble-publish": "npm run pebble-clean && npm run build && pebble build && pebble package publish && npm run pebble-clean",
"pebble-build": "npm run build && pebble build"
},
"repository": {
"type": "git",
@@ -27,6 +27,20 @@
"bugs": {
"url": "https://github.com/pebble/clay/issues"
},
"pebble": {
"projectType": "package",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"resources": {
"media": []
}
},
"homepage": "https://github.com/pebble/clay#readme",
"devDependencies": {
"autoprefixer": "^6.3.1",