-
Notifications
You must be signed in to change notification settings - Fork 235
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "granim",
"version": "2.0.0",
"description": "Create fluid and interactive gradients animations with this small js library.",
"main": "index.js",
"scripts": {
"start": "cd docs/ && node server.js",
"test": "karma start --single-run --browsers PhantomJS",
"watchTest": "karma start --browsers Chrome",
"codecov": "cat coverage/lcov.info | codecov"
},
"bugs": {
"url": "https://github.com/sarcadass/granim.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sarcadass/granim.js"
},
"httpPort": 8080,
"keywords": [
"gradient",
"animation"
],
"author": "Benjamin Blonde",
"contributors": [
"Pranay Prakash <[email protected]> (http://pranay.gp)"
],
"license": "MIT",
"devDependencies": {
"@hapi/hapi": "^18.3.2",
"browserify": "^13.0.1",
"codecov": "^3.6.5",
"gulp": "^4.0.2",
"gulp-copy": "0.0.2",
"gulp-eslint": "^5.0.0",
"gulp-header": "^1.8.12",
"gulp-if": "^2.0.1",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.5.3",
"hapi-pino": "^5.4.1",
"inert": "^5.1.3",
"jasmine-core": "^2.99.1",
"karma": "^4.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.1",
"karma-es6-preprocessor": "^1.0.1",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"minimist": "^1.2.0",
"phantomjs-polyfill-object-assign": "0.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}