forked from Elantris/ntuosc-course-20160603
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "ntuosc-course-20160603",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "pnpm install && bower install && NODE_ENV=production gulp",
"test": "NODE_ENV=production gulp watch",
"build:all": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elantris/ntuosc-course-20160603.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elantris/ntuosc-course-20160603/issues"
},
"homepage": "https://github.com/Elantris/ntuosc-course-20160603#readme",
"dependencies": {
"cli-color": "^1.1.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"jquery": "^2.2.4",
"moment": "^2.13.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"browserify": "^13.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-pug": "^3.0.2",
"gulp-sass": "^2.3.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"reactify": "^1.1.1",
"watchify": "^3.7.0"
}
}