forked from nvdnkpr/tbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "tillberg-tbone",
"version": "3.0.0",
"author": "Dan Tillberg <[email protected]>",
"description": "Dataflow-oriented programming for JavaScript",
"license": "MIT",
"main": "tbone.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/appneta/tbone.git"
},
"bugs": {
"url": "https://github.com/appneta/tbone/issues"
},
"dependencies": {
"lodash": "^3.1.0",
"react": "^0.13.1"
},
"devDependencies": {
"del": "^1.1.1",
"fs-extra": "^0.16.3",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-gzip": "0.0.8",
"gulp-jsbeautifier": "0.0.4",
"gulp-jshint": "^1.9.2",
"gulp-nodeunit": "git://github.com/tillberg/gulp-nodeunit.git#master",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.5.2",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0"
},
"scripts": {
"test": "gulp test"
}
}