-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.55 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
{
"name": "dada",
"version": "0.1.6",
"author": "Matthias Vogt",
"bugs": "https://github.com/matthias-vogt/DADA.js/issues",
"dependencies": {
"jquery": "^2.2.3"
},
"devDependencies": {
"browser-sync": "^2.12.3",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"js-cookie": "^2.1.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"node-sass": "^3.4.2"
},
"homepage": "https://matthias-vogt.github.io/DADA.js",
"keywords": [
"DADA",
"DADA-js",
"DADA.js",
"DADAismus",
"DADAjs",
"jQuery",
"jQuery plugin",
"plugin",
"virus",
"windows98"
],
"license": "SEE LICENSE IN LICENSE FILE",
"repository": "matthias-vogt/DADA.js",
"scripts": {
"clean": "rm -rf dist && rm -rf demo-media/dist",
"build": "if \"$NODE_ENV\" != production; then gulp build; else echo \"Unavailable in production because of missing devDepencencies\" && exit 1; fi",
"rebuild": "if \"$NODE_ENV\" != production; then npm run clean && npm run build; else echo \"Unavailable in production because of missing devDepencencies\" && exit 1; fi",
"start": "if \"$NODE_ENV\" != production; then gulp; else echo \"Unavailable in production because of missing devDepencencies\" && exit 1; fi",
"test": "echo \"Tests are located in the `/test` directory.\" && exit 0"
}
}