-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 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
{
"name": "Algorithm-Visualisation-Aid",
"version": "0.0.0",
"description": "A visualisation aid to help budding programmers understand the concepts of algorithms. A student will input sudo code on one-side and an animation will be built on the the other representing the students code.",
"main": "app/app.js",
"engines": {
"node": "0.10.29",
"npm": "1.4.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RyanDur/Algoritm-Visualisation-Aid.git"
},
"author": "Ryan Durling",
"license": "ISC",
"bugs": {
"url": "https://github.com/RyanDur/Algoritm-Visualisation-Aid/issues"
},
"homepage": "https://github.com/RyanDur/Algoritm-Visualisation-Aid",
"devDependencies": {
"brfs": "1.1.2",
"browser-sync": "1.3.0",
"browserify": "4.2.3",
"growly": "1.1.1",
"gulp": "3.8.8",
"gulp-compass": "1.3.1",
"gulp-jshint": "1.8.4",
"gulp-minify-css": "0.3.7",
"gulp-notify": "1.5.0",
"gulp-rename": "1.2.0",
"gulp-rimraf": "0.1.0",
"gulp-uglify": "0.3.1",
"gulp-util": "3.0.0",
"jasmine-jquery": "git+https://github.com/velesin/jasmine-jquery.git",
"jquery": "2.1.1",
"jshint-stylish": "0.4.0",
"karma": "0.12.22",
"karma-bro": "0.6.2",
"karma-chrome-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-growl": "0.1.0",
"karma-growl-reporter": "0.1.1",
"karma-jasmine": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-safari-launcher": "0.1.1",
"npm": "1.4.24",
"path": "0.4.9",
"vinyl-source-stream": "0.1.1",
"watchify": "0.10.2"
},
"dependencies": {
"angular": "1.2.21",
"brace": "0.3.0",
"harp": "0.12.1",
"jison": "0.4.13",
"jquery": "2.1.1"
}
}