-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 856 Bytes
/
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
{
"name": "timeline",
"exports": "timeline",
"version": "0.1.2",
"description": "Time based visualization layout manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Victor Saiz",
"license": "BSD-3",
"dependencies": {
"events": "~1.0.0",
"shortid": "~2.0.0",
"underscore.string": "~2.3.3",
"utils": "git://github.com/ircam-rnd/utils"
},
"devDependencies": {
"grunt": "~0.4.2",
"browserify": "~3.32.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-uglify": "~0.4.0",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"grunt-mocha": "~0.4.10",
"grunt-blanket-mocha": "~0.4.0",
"grunt-blanket-mocha-server": "0.0.1",
"blanket": "~1.1.6",
"grunt-contrib-connect": "~0.7.1",
"simulate": "0.0.3",
"sinon": "1.9.1"
}
}