mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
strip out components into separate repo
This commit is contained in:
+6
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user