This repository was archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
{
"name": "really.js",
"version": "0.0.1",
"description": "A JavaScript client for Really",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"author": "Cloud9ers",
"license": "ISC",
"devDependencies": {
"browserify": "^10.2.0",
"browserify-istanbul": "^0.2.1",
"coffee-script": "^1.9.2",
"coffeeify": "^1.1.0",
"coffeelint": "^1.9.6",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffeelint": "^0.5.0",
"gulp-debug": "^2.0.1",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.10.0",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.12",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-jasmine-html-reporter-livereload": "^1.0.0",
"karma-phantomjs-launcher": "^0.1.4",
"through2": "^0.6.5",
"watchify": "^3.2.1"
},
"dependencies": {
"component-emitter": "^1.2.0",
"lodash": "^3.8.0",
"q": "^2.0.3",
"ws": "^0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/reallylabs/really-js.git"
},
"bugs": {
"url": "https://github.com/reallylabs/really-js/issues"
},
"homepage": "https://github.com/reallylabs/really-js"
}