-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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": "c3po",
"version": "1.2.5",
"description": "Lightweight and fast protocols manager for isomorphic code.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/nomocas/c3po.git"
},
"keywords": [
"protocols",
"facade",
"js",
"isomorphic"
],
"author": "Gilles Coomans <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nomocas/c3po/issues"
},
"homepage": "https://github.com/nomocas/c3po",
"devDependencies": {
"browserify": "^11.0.1",
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.10.0",
"gulp-live-server": "0.0.14",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-uglifyjs": "^0.6.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}