UNPKG

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