-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 922 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 922 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
{
"name": "easy-tests",
"version": "0.0.0",
"private": true,
"description": "Project for creating and passing any tests online",
"main": "gulpfile.js",
"dependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-bower-src": "^0.1.0",
"gulp-clean-css": "^3.2.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^2.0.2",
"gulp-load-plugins": "^1.3.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-uglify": "^2.0.0",
"main-bower-files": "^2.13.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malinink/easy-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/malinink/easy-tests/issues"
},
"homepage": "https://github.com/malinink/easy-tests#readme"
}