-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.29 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
{
"name": "ff-gorilla-grid",
"author": "Campudus",
"version": "0.0.0",
"keywords": [
"fun friday",
"responsive",
"grid"
],
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"dev": "gulp dev",
"start": "gulp clean && gulp",
"test": "gulp clean && gulp test",
"deploy": "gulp clean && gulp deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/campudus/ff-gorilla-grid.git"
},
"browser": {
"jQuery": "./src/main/js/jquery-2.1.3.js"
},
"browserify-shim": {
"jQuery": {
"exports": "$"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/campudus/tableaux-frontend/issues"
},
"homepage": "https://github.com/campudus/tableaux-frontend",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.6.4",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.5",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-compass": "^2.0.3",
"gulp-gh-pages": "^0.5.1",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.3.5",
"vinyl-source-stream": "^1.1.0"
}
}