-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.69 KB
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
55
56
57
58
59
60
61
62
63
{
"name": "grafiddle",
"version": "0.0.0",
"description": "Platform for shared data visualizations",
"homepage": "http://grafiddle.it",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GraFiddle/grafiddle"
},
"devDependencies": {
"connect-history-api-fallback": "1.1.0",
"del": "^1.2.0",
"extend": "^2.0.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-bower": "0.0.10",
"gulp-cached": "^1.1.0",
"gulp-coffee": "^2.3.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-docco": "0.0.4",
"gulp-exit": "0.0.2",
"gulp-flatten": "0.0.4",
"gulp-if": "~1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^1.2.0",
"gulp-jshint": "~1.11.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "~1.0.3",
"gulp-newer": "^0.5.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-constant": "^0.3.0",
"gulp-ng-html2js": "~0.2.0",
"gulp-open": "^0.3.2",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^1.2.0",
"gulp-protractor": "1.0.0",
"gulp-remember": "^0.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "~2.0.0",
"karma": "~0.12.36",
"karma-chrome-launcher": "~0.1.12",
"karma-coverage": "~0.3.1",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.2.0",
"main-bower-files": "^2.8.0",
"phantomjs": "~1.9.17",
"run-sequence": "~1.1.0",
"yargs": "~3.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "gulp test"
}
}