autoprefixer and postcss are also production dependencies
(see 9d57500)
Showing
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"angular-websocket": "^1.0.13", | "angular-websocket": "^1.0.13", | ||
"angulartics": "0.17.2", | "angulartics": "0.17.2", | ||
"autofill-event": "0.0.1", | "autofill-event": "0.0.1", | ||
"autoprefixer": "^6.0.3", | |||
"babelify": "^6.1.3", | "babelify": "^6.1.3", | ||
"bootstrap": "3.3.5", | "bootstrap": "3.3.5", | ||
"browserify": "^9.0.3", | "browserify": "^9.0.3", | ||
... | @@ -39,6 +40,7 @@ | ... | @@ -39,6 +40,7 @@ |
"moment": "^2.10.6", | "moment": "^2.10.6", | ||
"ng-tags-input": "2.2.0", | "ng-tags-input": "2.2.0", | ||
"node-uuid": "^1.4.3", | "node-uuid": "^1.4.3", | ||
"postcss": "^5.0.6", | |||
"raf": "^3.1.0", | "raf": "^3.1.0", | ||
"scroll-into-view": "^1.3.1", | "scroll-into-view": "^1.3.1", | ||
"showdown": "^1.2.1", | "showdown": "^1.2.1", | ||
... | @@ -46,7 +48,6 @@ | ... | @@ -46,7 +48,6 @@ |
"unorm": "^1.3.3" | "unorm": "^1.3.3" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer": "^6.0.3", | |||
"chai": "^3.2.0", | "chai": "^3.2.0", | ||
"jscs": "^1.13.1", | "jscs": "^1.13.1", | ||
"karma": "^0.13.10", | "karma": "^0.13.10", | ||
... | @@ -60,7 +61,6 @@ | ... | @@ -60,7 +61,6 @@ |
"mocha": "^1.20.1", | "mocha": "^1.20.1", | ||
"phantom-ownpropertynames": "^1.0.0", | "phantom-ownpropertynames": "^1.0.0", | ||
"phantomjs": "^1.9.7", | "phantomjs": "^1.9.7", | ||
"postcss": "^5.0.6", | |||
"proxyquire": "^1.6.0", | "proxyquire": "^1.6.0", | ||
"proxyquire-universal": "^1.0.8", | "proxyquire-universal": "^1.0.8", | ||
"proxyquireify": "^3.0.0", | "proxyquireify": "^3.0.0", | ||
... | ... |
Please register or sign in to comment