-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.85 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
68
{
"name": "ngpicross",
"version": "1.0.0",
"dependencies": {
"angular": "~1.6.3",
"angular-route": "~1.6.3",
"lodash": "~4.17.2"
},
"scripts": {
"test": "gulp jasmine-phantom && protractor protractor.conf.js",
"pretest": "./node_modules/.bin/webdriver-manager update"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tjgrathwell/ng-picross.git"
},
"devDependencies": {
"angular-mocks": "~1.6.3",
"babel-core": "~6.23.1",
"babel-loader": "~6.4.0",
"babel-preset-es2015": "~6.22.0",
"browser-sync": "~2.18.8",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.1.3",
"concat-stream": "~1.6.0",
"del": "~2.2.2",
"eslint-plugin-angular": "~1.6.2",
"gulp": "~3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~2.0.0",
"gulp-autoprefixer": "~3.1.1",
"gulp-csso": "~2.0.0",
"gulp-eslint": "~3.0.1",
"gulp-filter": "~5.0.0",
"gulp-flatten": "~0.3.1",
"gulp-html-replace": "~1.6.2",
"gulp-inject": "~4.2.0",
"gulp-jasmine-browser": "~1.7.1",
"gulp-load-plugins": "~1.5.0",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~2.0.0",
"gulp-protractor": "~3.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~7.1.2",
"gulp-rev-replace": "~0.4.3",
"gulp-sass": "~3.1.0",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~2.4.1",
"gulp-uglify": "~2.1.0",
"gulp-useref": "~3.1.2",
"gulp-util": "~3.0.5",
"gulp-watch": "~4.3.11",
"http-proxy-middleware": "~0.17.4",
"merge2": "~1.0.2",
"phantomjs-prebuilt": "~2.1.14",
"protractor": "~4.0.13",
"require-dir": "~0.3.1",
"uglify-save-license": "~0.4.1",
"webpack": "~2.2.1",
"webpack-stream": "~3.2.0",
"wrench": "~1.5.9"
},
"engines": {
"node": ">=0.10.0"
}
}