-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1021 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1021 Bytes
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
{
"name": "JS4Girls",
"version": "1.0.0",
"description": "Modelo OPEN SOURCE e FREE para ensino de Javascript para mulheres.",
"main": "gulpfile.js",
"scripts": {
"test": "karma start"
},
"dependencies": {},
"devDependencies": {
"autoprefixer-stylus": "^0.2.0",
"browser-sync": "^1.9.2",
"connect-modrewrite": "^0.7.12",
"grunt": "^0.4.5",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jade": "^0.5.0",
"gulp-karma": "0.0.4",
"gulp-plumber": "^0.6.6",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^0.2.1",
"gulp-util": "^3.0.6",
"jeet": "^5.3.0",
"karma": "^0.12.37",
"karma-browserifast": "^0.6.1",
"karma-chrome-launcher": "^0.1.12",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"kouto-swiss": "^0.10.3",
"minimist": "0.0.9",
"rsyncwrapper": "^0.4.3",
"rupture": "0.0.3"
}
}