-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 902 Bytes
/
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
{
"name": "diffeq",
"version": "2.0.0",
"description": "rotues",
"main": "index.js",
"scripts": {
"test": "i dont know what this means"
},
"repository": {
"type": "git",
"url": "https://github.com/lewis500/diffeq.git"
},
"author": "lewis",
"license": "MIT",
"devDependencies": {
"angular": "^1.3.15",
"browserify": "^9.0.8",
"coffeeify": "^1.0.0",
"d3": "^3.5.5",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"lodash": "^3.7.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.0"
},
"dependencies": {
"angular-animate": "^1.4.0",
"angular-aria": "^1.4.0",
"angular-material": "^0.9.6",
"coffeeify": "^1.1.0",
"d3": "^3.5.5",
"gulp-jade": "^1.0.1",
"gulp-less": "^3.0.3"
}
}