-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.2 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "syn-dev-tools",
"version": "0.1.23",
"description": "Tools for development: automated tasks, linters, docs and more...",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "gulp test",
"prepublish": "gulp"
},
"author": "David Almeida <davidbarna@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/soyundev/syn-dev-tools.git"
},
"dependencies": {
"babel-eslint": "6.0.2",
"babel-plugin-transform-es2015-classes": "6.9.0",
"babel-plugin-transform-proto-to-assign": "6.9.0",
"babel-preset-es2015": "6.6.0",
"babelify": "7.2.0",
"bluebird": "3.3.4",
"browser-sync": "2.11.1",
"browserify": "13.0.0",
"chai": "3.5.0",
"chalk": "1.1.1",
"coffee-script": "1.10.0",
"coffeeify": "2.0.1",
"del": "2.2.0",
"eslint-config-standard": "5.1.0",
"eslint-plugin-promise": "1.1.0",
"eslint-plugin-standard": "1.3.2",
"glob": "7.0.3",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-coffee": "2.3.1",
"gulp-coffeelint": "0.6.0",
"gulp-cssnano": "2.1.1",
"gulp-eslint": "2.0.0",
"gulp-jade": "1.1.0",
"gulp-protractor": "2.1.0",
"gulp-sass": "2.2.0",
"gulp-scss-lint": "0.3.9",
"gulp-uglify": "1.5.3",
"jadeify": "4.6.0",
"jasmine": "2.4.1",
"jasmine-spec-reporter": "2.4.0",
"karma": "0.13.21",
"karma-browserify": "5.0.1",
"karma-chrome-launcher": "0.2.2",
"karma-jasmine": "0.3.7",
"karma-phantomjs-launcher": "1.0.0",
"karma-sinon-chai": "1.2.0-rc1",
"karma-spec-reporter": "0.0.24",
"libxmljs": "0.18.0",
"lodash": "4.5.0",
"lolex": "1.4.0",
"merge-stream": "1.0.0",
"ncp": "2.0.0",
"phantomjs-prebuilt": "2.1.4",
"protractor": "3.1.1",
"run-sequence": "1.1.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"stringify": "5.1.0",
"uglifyify": "3.0.1",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0",
"yargs": "4.1.0"
},
"devDependencies": {
"babel-register": "6.16.3",
"inquirer": "1.2.2",
"jade": "1.11.0",
"karma-html-reporter": "0.2.7",
"protractor-jasmine2-html-reporter": "0.0.6",
"underscore": "1.8.3"
}
}