-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 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
36
37
38
{
"name": "awwwards_matome",
"version": "1.0.0",
"description": "アワードの感想をしたためるサイト。tumblr にあげることをベースに考える。",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"author": "MJ",
"license": "ISC",
"devDependencies": {
"autoprefixer-stylus": "^0.6.0",
"babelify": "^6.1.0",
"browser-sync": "^2.7.1",
"browserify": "^10.1.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-inline-source": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-stylus": "^2.0.1",
"plumber": "^0.4.8",
"run-sequence": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"dependencies": {
"component-emitter": "component/emitter",
"flux": "^2.0.3",
"is-js": "^0.1.1",
"jquery": "^2.1.4",
"jsonp": "^0.2.0",
"keymirror": "^0.1.1",
"normalize.css": "^3.0.3",
"ogp-parser": "^0.2.1",
"react": "^0.13.3"
}
}