-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "FlowViz",
"private": true,
"version": "0.0.1",
"description": "A toolkit for developing interactive web-based end-user programming languages",
"main": "flowviz.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "echo \"Don't publish me, bro!\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CSE512-15S/fp-fiannaca-sonyaa.git"
},
"keywords": [
"Data",
"Flow",
"Vizualization"
],
"author": "Sonya Alexandrova and Alex Fiannaca",
"license": "MIT",
"bugs": {
"url": "https://github.com/CSE512-15S/fp-fiannaca-sonyaa/issues"
},
"homepage": "https://github.com/CSE512-15S/fp-fiannaca-sonyaa",
"devDependencies": {
"async": "^1.2.0",
"bootstrap": "^3.3.4",
"brfs": "^1.4.0",
"browser-sync": "^2.7.1",
"browserify": "^10.1.3",
"d3": "^3.5.5",
"dagre": "^0.7.2",
"del": "^1.1.1",
"draggabilly": "^1.2.4",
"events": "^1.0.2",
"file-exists": "^0.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-doxx": "0.0.4",
"gulp-foreach": "^0.1.0",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.10.0",
"gulp-jsmin": "^0.1.5",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"inherits": "^2.0.1",
"jquery": "^2.1.4",
"jquery-bridget": "^1.1.0",
"jshint-stylish": "^1.0.2",
"lodash": "^3.8.0",
"npmlog": "^1.2.0",
"read-file": "^0.1.2",
"run-sequence": "^1.1.0",
"shelljs": "^0.4.0",
"tap-prettify": "0.0.2",
"tape": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
}
}