UNPKG

1.81 kBJSONView Raw
1{
2 "name": "rsvp",
3 "namespace": "RSVP",
4 "version": "3.4.0",
5 "description": "A lightweight library that provides tools for organizing asynchronous code",
6 "main": "dist/rsvp.js",
7 "module": "dist/rsvp.es.js",
8 "jsnext:main": "dist/rsvp.es.js",
9 "files": [
10 "dist",
11 "lib",
12 "!dist/test"
13 ],
14 "directories": {
15 "lib": "lib"
16 },
17 "devDependencies": {
18 "broccoli-babel-transpiler": "^5.6.1",
19 "broccoli-concat": "^3.0.2",
20 "broccoli-merge-trees": "^1.1.1",
21 "broccoli-rollup": "^1.0.2",
22 "broccoli-stew": "^1.2.0",
23 "broccoli-uglify-js": "^0.2.0",
24 "broccoli-watchify": "v1.0.0",
25 "ember-cli": "2.12.0-beta.1",
26 "ember-cli-dependency-checker": "^1.3.0",
27 "ember-publisher": "0.0.7",
28 "git-repo-version": "0.4.0",
29 "json3": "^3.3.2",
30 "mocha": "^1.20.1",
31 "promises-aplus-tests-phantom": "^2.1.0-revise",
32 "release-it": "0.0.10"
33 },
34 "scripts": {
35 "build": "ember build --environment production",
36 "build:production": "ember build --env production",
37 "start": "ember s",
38 "test": "ember test",
39 "test:server": "ember test --server",
40 "test:node": "ember build && mocha ./dist/test/browserify",
41 "prepublish": "ember build --environment production",
42 "lint": "jshint lib",
43 "dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive"
44 },
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/tildeio/rsvp.js.git",
48 "dist": "git@github.com:components/rsvp.js.git"
49 },
50 "bugs": {
51 "url": "https://github.com/tildeio/rsvp.js/issues"
52 },
53 "browser": {
54 "vertx": false
55 },
56 "keywords": [
57 "promises",
58 "futures"
59 ],
60 "author": "Tilde, Inc. & Stefan Penner",
61 "license": "MIT",
62 "engines": {
63 "node": "0.12.* || 4.* || 6.* || 7.*"
64 }
65}