forked from greggman/vertexshaderart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "vertexshaderart",
"version": "0.0.0",
"description": "vertexshaderart.com",
"scripts": {
"build": "grunt build",
"start": "http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/greggman/vertexshaderart.js.git"
},
"keywords": [
"WebGL",
"vertexshader",
"shader",
"shaders",
"art"
],
"author": "Greggman",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/vertexshaderart.js/issues"
},
"homepage": "https://github.com/greggman/vertexshaderart.js",
"devDependencies": {
"almond": "^0.3.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"eslint": "^4.9.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "git+https://github.com/greggman/eslint-plugin-html.git#fix-space-eating",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-eslint": "^20.1.0",
"grunt-webpack": "^3.0.2",
"http-server": "^0.10.0",
"load-grunt-tasks": "^3.5.2",
"semver": "^5.4.1",
"webpack": "^3.8.1"
},
"dependencies": {}
}