-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
49
50
51
52
53
54
{
"name": "BiloAtlas",
"version": "1.0.0",
"description": "",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start"
},
"dependencies": {
"angular": "^1.5.5",
"angular-d3-promise": "^1.1.0",
"angular-mocks": "~1.5.0-beta.2",
"angular-route": "^1.4.7",
"bootstrap": "^3.3.6",
"chart.js": "^2.1.6",
"colorbrewer": "0.0.2",
"d3": "^3.5.6",
"d3.promise": "^1.1.0",
"jquery": "^2.1.4"
},
"devDependencies": {
"canonical-path": "0.0.2",
"dgeni": "^0.4.2",
"dgeni-packages": "^0.11.1",
"eslint": "^2.8.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-standard": "^2.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-less": "^3.1.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.3.4",
"karma": "0.12.37",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "~0.1.7",
"karma-ie-launcher": "0.2.0",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.1.0",
"karma-phantomjs-launcher": "0.2.0",
"nunjucks": "^2.3.0",
"phantomjs": "^1.9.18",
"standard": "^6.0.8",
"tinycolor": "0.0.1"
},
"private": true
}