-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.89 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": "web-animation",
"version": "1.0.0",
"description": "presentation for web animation pt. 1",
"main": "index.js",
"sasslintConfig": ".scss-lint.yml",
"scripts": {
"slides": "nodemon index.js",
"lint:client": "eslint .",
"todo:client": "leasot client/js/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icfi-tech-crunch-munch/web-animation.git"
},
"author": "Jeff Heinrichs",
"license": "ISC",
"bugs": {
"url": "https://github.com/icfi-tech-crunch-munch/web-animation/issues"
},
"homepage": "https://github.com/icfi-tech-crunch-munch/web-animation#readme",
"devDependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-mocks": "^1.6.4",
"angular-sanitize": "^1.6.4",
"@uirouter/angularjs": "^1.0.3",
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.0",
"bootstrap-sass": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.4",
"eslint": "^3.19.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"leasot": "^4.3.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"moment": "^2.18.1",
"ng-annotate-loader": "^0.2.0",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"normalize.css": "^5.0.0",
"postcss-loader": "^1.3.3",
"precss": "^1.4.0",
"pug": "^2.0.0-beta6",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.4.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"express": "^4.15.2",
"bunyan": "^1.8.9"
}
}