forked from andredumas/techan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
45
46
47
48
{
"name": "techan",
"version": "0.6.0-2",
"main": "dist/techan.js",
"repository": {
"type": "git",
"url": "https://github.com/andredumas/techan.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/andredumas/techan.js/blob/master/LICENSE"
}
],
"dependencies": {
"d3": "~3.5.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-jsonlint": "~1.0.4",
"grunt-jscs": "~1.8.0",
"load-grunt-tasks": "~3.2.0",
"bower": "~1.4.1",
"grunt-browserify": "~3.8.0",
"grunt-banner": "~0.4.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-compress": "~0.13.0",
"grunt-bump": "0.3.1",
"grunt-newer": "~1.1.0",
"grunt-replace": "~0.9.2",
"grunt-contrib-copy": "~0.8.0",
"jasmine-core": "~2.3.4",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"grunt-karma": "~0.10.1",
"grunt-watchify": "~0.1.0"
},
"scripts": {
"watch": "grunt serve",
"start": "grunt serve",
"test": "grunt"
}
}