strip out components into separate repo

This commit is contained in:
Keegan
2016-02-09 17:19:33 -08:00
parent 66f2b05129
commit 80982c8e6d
31 changed files with 620 additions and 589 deletions
+6 -5
View File
@@ -1,6 +1,6 @@
{
"name": "pebble-clay",
"version": "1.0.0",
"version": "0.1.0",
"description": "Pebble Config Framework",
"main": "dist/clay.js",
"directories": {
@@ -8,14 +8,14 @@
},
"scripts": {
"test-travis": "./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/karma start ./test/karma.conf.js --no-single-run",
"test-debug": "DEBUG=true && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run",
"test": "./node_modules/.bin/karma start ./test/karma.conf.js --single-run",
"lint": "./node_modules/.bin/eslint ./",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keegan-lillo/pebble-clay.git"
"url": "git+https://github.com/pebble/clay.git"
},
"keywords": [
"Pebble",
@@ -24,10 +24,11 @@
"author": "Keegan Lillo",
"license": "GPL",
"bugs": {
"url": "https://github.com/keegan-lillo/pebble-clay/issues"
"url": "https://github.com/pebble/clay/issues"
},
"homepage": "https://github.com/keegan-lillo/pebble-clay#readme",
"homepage": "https://github.com/pebble/clay#readme",
"devDependencies": {
"pebble-clay-components": "git+https://github.com/pebble/clay-components.git#master",
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",