ember-material-icons
Version:
Google Material icons for your ember-cli app
43 lines (42 loc) • 968 B
JSON
{
"name": "run-series",
"description": "Run an array of functions in series",
"version": "1.1.4",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/run-series/issues"
},
"dependencies": {},
"devDependencies": {
"standard": "^4.3.2",
"tape": "^4.0.0",
"zuul": "^3.1.0"
},
"homepage": "https://github.com/feross/run-series",
"keywords": [
"series",
"async",
"function",
"callback",
"asynchronous",
"run",
"array",
"run series"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/run-series.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
}
}