forked from reTHINK-project/dev-hyperty-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.65 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
51
52
53
54
{
"name": "dev-hyperty-toolkit",
"version": "0.1.0",
"description": "Hyperty Developer Setup, contains all the initial configuration to develop hyperties",
"main": "index.js",
"scripts": {
"test": "karma start",
"preinstall": "npm install -g http-server karma-cli gulp-cli",
"start": "gulp serve",
"start:dev": "gulp serve --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reTHINK-project/dev-hyperty-toolkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/reTHINK-project/dev-hyperty-toolkit/issues"
},
"homepage": "https://github.com/reTHINK-project/dev-hyperty-toolkit#readme",
"dependencies": {
"service-framework": "github:rethink-project/dev-service-framework#master",
"runtime-core": "github:rethink-project/dev-runtime-core#master"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-inline-environment-variables": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.0",
"gulp-insert": "^0.5.0",
"gulp-prompt": "^0.1.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"js-base64": "^2.1.9",
"karma": "^0.13.22",
"karma-mocha": "^0.2.2",
"lodash": "^4.6.1",
"mocha": "^2.4.5",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webrtc-adapter-test": "^0.2.5",
"yargs": "^4.4.0"
}
}