-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 872 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 872 Bytes
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
{
"name": "tt.js",
"description": "Umbrella project for tt.js",
"version": "0.13.0",
"homepage": "http://tictail.com/",
"author": "Tictail AB",
"repository": {
"type": "git",
"url": "https://github.com/tictail/tt.js.git"
},
"devDependencies": {
"matchdep": "~0.1.1",
"mocha": "~1.12.1",
"chai": "~1.7.2",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"jquery-browser": "~1.10.2",
"grunt": "0.4.1",
"grunt-contrib-coffee": "0.7.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-s3": "0.2.0-alpha.2",
"grunt-bump": "0.0.11",
"grunt-mocha": "0.4.1",
"grunt-browserify": "~1.2.11"
}
}