76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "rsvp",
|
|
"namespace": "RSVP",
|
|
"version": "3.6.2",
|
|
"description": "A lightweight library that provides tools for organizing asynchronous code",
|
|
"main": "dist/rsvp.js",
|
|
"module": "dist/rsvp.es.js",
|
|
"jsnext:main": "dist/rsvp.es.js",
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"!dist/test"
|
|
],
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
|
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-constants": "^6.1.4",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
|
"babel-plugin-transform-es2015-parameters": "^6.24.1",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
|
"babel-preset-env": "^1.5.2",
|
|
"babel6-plugin-strip-class-callcheck": "^6.0.0",
|
|
"broccoli-babel-transpiler": "^6.0.0",
|
|
"broccoli-concat": "^3.2.2",
|
|
"broccoli-merge-trees": "^2.0.0",
|
|
"broccoli-rollup": "^1.3.0",
|
|
"broccoli-stew": "^1.5.0",
|
|
"broccoli-uglify-js": "^0.2.0",
|
|
"broccoli-watchify": "1.0.1",
|
|
"ember-cli": "2.13.2",
|
|
"ember-cli-dependency-checker": "2.0.0",
|
|
"ember-publisher": "0.0.7",
|
|
"git-repo-version": "0.4.1",
|
|
"json3": "^3.3.2",
|
|
"mocha": "3.4.2",
|
|
"promises-aplus-tests-phantom": "^2.1.0-revise"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment production",
|
|
"build:production": "ember build --env production",
|
|
"start": "ember s",
|
|
"test": "ember test",
|
|
"test:server": "ember test --server",
|
|
"test:node": "ember build && mocha ./dist/test/browserify",
|
|
"prepublish": "ember build --environment production",
|
|
"lint": "jshint lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tildeio/rsvp.js.git",
|
|
"dist": "git@github.com:components/rsvp.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tildeio/rsvp.js/issues"
|
|
},
|
|
"browser": {
|
|
"vertx": false
|
|
},
|
|
"keywords": [
|
|
"promises",
|
|
"futures"
|
|
],
|
|
"author": "Tilde, Inc. & Stefan Penner",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "0.12.* || 4.* || 6.* || >= 7.*"
|
|
}
|
|
}
|