-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 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
{
"name": "eggly-es6",
"version": "0.0.1",
"description": "A simple bookmark manager built on ES6 using AngularJS 1.x, Gulp, and Webpack.",
"main": "index.js",
"dependencies": {
"angular": "1.5.7",
"angular-animate": "1.5.7",
"angular-mocks": "1.5.7",
"angular-ui-router": "^0.3.1",
"bootstrap-css-only": "3.3.6",
"lodash": "^4.13.1",
"normalize.css": "4.1.1"
},
"devDependencies": {
"angular-mocks": "1.5.7",
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "2.13.0",
"css-loader": "0.23.1",
"file-loader": "0.9.0",
"fs-walk": "0.0.1",
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-template": "4.0.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "1.1.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.7.0",
"ng-annotate-loader": "0.1.0",
"node-libs-browser": "1.0.0",
"phantomjs-prebuilt": "2.1.7",
"raw-loader": "0.5.1",
"run-sequence": "1.2.1",
"style-loader": "0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "2.1.1",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-stream": "3.2.0",
"yargs": "4.7.1"
},
"scripts": {
"start": "gulp",
"test": "karma start"
},
"keywords": [
"angular",
"webpack",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/simpulton/eggly-es6.git"
},
"author": "Luke Ruebbelke",
"license": "Apache-2.0"
}