-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "bees",
"version": "1.0.0",
"description": "The Bee Game",
"scripts": {
"start": "gulp serve"
},
"author": "Adam Faryna (https://github.com/adamfaryna)",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.5.0",
"autoprefixer": "^6.3.3",
"babel-core": "^6.5.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-wiredep": "0.0.0",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"less": "^2.6.0",
"ng-html2js": "^2.0.0",
"ngify": "^1.4.1",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^3.0.0"
}
}