forked from tildeio/rsvp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rsvp",
"namespace": "RSVP",
"version": "3.0.14",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "dist/rsvp.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"bower": "^1.3.9",
"brfs": "0.0.8",
"broccoli-closure-compiler": "^0.2.0",
"broccoli-compile-modules": "^1.0.0",
"broccoli-concat": "0.0.7",
"broccoli-es3-safe-recast": "0.0.8",
"broccoli-file-mover": "^0.4.0",
"broccoli-jshint": "^0.5.1",
"broccoli-merge-trees": "^0.1.4",
"broccoli-static-compiler": "^0.1.4",
"broccoli-string-replace": "0.0.1",
"browserify": "^4.2.0",
"ember-cli": "0.0.40",
"ember-publisher": "0.0.7",
"es6-module-transpiler-amd-formatter": "0.2.2",
"express": "^4.5.0",
"jshint": "~0.9.1",
"json3": "^3.3.2",
"mkdirp": "^0.5.0",
"mocha": "^1.20.1",
"promises-aplus-tests-phantom": "^2.1.0-revise",
"release-it": "0.0.10",
"testem": "^0.6.17",
"git-repo-version": "0.0.2"
},
"scripts": {
"test": "testem ci -R dot",
"test-server": "testem",
"lint": "jshint lib",
"prepublish": "ember build --environment production",
"aplus": "browserify test/main.js -x vertx",
"build-all": "ember build --environment production && browserify ./test/main.js -x vertx -o tmp/test-bundle.js",
"dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive"
},
"repository": {
"type": "git",
"url": "https://github.com/tildeio/rsvp.js.git",
"dist": "[email protected]:components/rsvp.js.git"
},
"bugs": {
"url": "https://github.com/tildeio/rsvp.js/issues"
},
"keywords": [
"promises",
"futures"
],
"author": "Tilde, Inc. & Stefan Penner",
"license": "MIT"
}