-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 834 Bytes
/
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
{
"name": "noc_raphael",
"version": "0.0.0",
"description": "the-nature-of-code-raphael",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dead-horse/the-nature-of-code-raphael.git"
},
"author": "dead_horse <dead_horse@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dead-horse/the-nature-of-code-raphael/issues"
},
"homepage": "https://github.com/dead-horse/the-nature-of-code-raphael",
"dependencies": {
"jquery": "~2.1.1",
"perlin": "~1.0.0",
"pvector": "~1.0.0",
"raphael": "~2.1.0"
},
"devDependencies": {
"glob": "~4.0.5",
"gulp": "~3.8.7",
"gulp-browserify": "~0.5.0",
"gulp-plumber": "~0.6.4",
"gulp-rename": "~1.2.0",
"rimraf": "~2.2.8"
}
}