-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "street",
"version": "0.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"browserify": "^5.10.1",
"coffee-script": "^1.7.1",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.9",
"gulp-cirru-html": "0.0.2",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.1.2",
"gulp-cssmin": "^0.1.6",
"gulp-plumber": "^0.6.4",
"gulp-reloader": "0.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^0.6.9",
"make-filetree": "0.0.1",
"react": "^0.11.1",
"rsyncwrapper": "^0.4.1",
"run-sequence": "^0.3.6",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1",
"vinyl-transform": "0.0.1"
},
"description": "Logo of Memkits ----",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Memkits/memkit-logo.git"
},
"bugs": {
"url": "https://github.com/Memkits/memkit-logo/issues"
},
"homepage": "https://github.com/Memkits/memkit-logo"
}