-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "todo-angular-rx",
"version": "0.1.1",
"description": "Todo app with Angular 1.5 and RxJS",
"homepage": "https://github.com/r-park/todo-angular-rx",
"repository": "https://github.com/r-park/todo-angular-rx.git",
"author": {
"name" : "Richard Park",
"email" : "[email protected]"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/gulp test"
},
"dependencies": {
"angular": "1.5.0-beta.2",
"angular-aria": "1.5.0-beta.2",
"angular-ui-router": "~0.2.15",
"babel-polyfill": "~6.2.0",
"@reactivex/rxjs": "5.0.0-alpha.10"
},
"devDependencies": {
"angular-mocks": "1.5.0-beta.2",
"autoprefixer-loader": "~3.1.0",
"babel-core": "~6.2.1",
"babel-eslint": "~5.0.0-beta4",
"babel-loader": "~6.2.0",
"babel-preset-es2015": "~6.1.18",
"babel-preset-stage-1": "~6.1.18",
"css-loader": "~0.23.0",
"del": "~2.1.0",
"extract-text-webpack-plugin": "~0.9.1",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-eslint": "~1.1.1",
"gulp-header": "~1.7.1",
"gulp-util": "~3.0.7",
"html-webpack-plugin": "~1.7.0",
"jasmine-core": "~2.3.4",
"json-server": "~0.8.3",
"karma": "~0.13.15",
"karma-chrome-launcher": "~0.2.1",
"karma-jasmine": "~0.3.6",
"karma-sourcemap-loader": "~0.3.6",
"karma-webpack": "~1.7.0",
"minx": "~0.4.14",
"node-sass": "~3.4.2",
"raw-loader": "~0.5.1",
"sass-loader": "~3.1.2",
"sinon": "~1.17.2",
"style-loader": "~0.13.0",
"webpack": "~1.12.9",
"webpack-dev-server": "~1.14.0"
}
}