-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 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
{
"name": "dash.js",
"version": "0.0.0",
"homepage": "https://github.com/Circular-Studios/dash.js",
"license": "MIT",
"description": "A framework for building Dash tools in JavaScript.",
"main": "dist/dash.js",
"repository": {
"type": "git",
"url": "git://github.com/Circular-Studios/dash.js.git"
},
"contributors": [
{
"name": "Colden Cullen",
"email": "colden@coldencullen.com",
"url": "https://github.com/ColdenCullen"
},
{
"name": "Daniel Jost",
"email": "daniel@danieljost.com",
"url": "https://github.com/PxlBuzzard"
},
{
"name": "Brandon Littell",
"email": "brandon@brandonlittell.com",
"url": "https://github.com/BrandonLittell"
}
],
"bugs": {
"url": "https://github.com/Circular-Studios/dash.js/issues"
},
"scripts": {
"test": "gulp build-sync"
},
"devDependencies": {
"browserify": "~5.11.0",
"chai": "~1.9.1",
"coffee-reactify": "^2.0.0",
"coffee-script": "~1.8.0",
"coffeeify": "~0.7.0",
"glob": "^4.1.5",
"gulp": "~3.8.7",
"gulp-coffee": "~2.1.2",
"gulp-coffeelint": "~0.3.4",
"gulp-mocha": "~1.0.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.0",
"gulp-util": "~3.0.1",
"mocha": "~1.21.4",
"node-uuid": "~1.4.1",
"reactify": "^0.17.0",
"run-sequence": "^1.0.1",
"vinyl-source-stream": "~0.1.1",
"ws": "^0.4.32"
}
}