-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
72 lines (72 loc) · 2.01 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "teem",
"version": "0.0.3",
"description": "Teem is the P2Pvalue colaboration tool for Common-based Peer Production Communities (CBPPs)",
"repository": "https://github.com/P2Pvalue/teem",
"license": "AGPL-3.0",
"dependencies": {
"autoprefixer": "^6.5.3",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.3.2",
"gutil": "^1.6.4",
"ng-infinite-scroll": "^1.3.0"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"bower": "^1.6.5",
"chance": "^1.0.3",
"elementtree": "^0.1.6",
"gh-pages": "^0.11.0",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.0.1",
"gulp-angular-templatecache": "^1.2.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.5",
"gulp-cssmin": "^0.1.6",
"gulp-docker-swellrt": "^0.7.1",
"gulp-if": "^2.0.0",
"gulp-ignore": "^1.2.0",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^1.10.0",
"gulp-manifest": "^0.1.0",
"gulp-mobilizer": "^0.0.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.2.4",
"imagemin-pngcrush": "^0.1.0",
"jasmine-core": "^2.3.4",
"jscs": "^2.1.1",
"jscs-angular": "^1.2.1",
"jshint-stylish": "^1.0.2",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^4.6.1",
"plist": "^1.2.0",
"protractor": "^5.3.2",
"run-sequence": "^0.3.6",
"ssh2": "^0.4.10",
"streamqueue": "^0.1.1",
"weinre": "^2.0.0-pre-I0Z7U9OV"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "gulp",
"test": "gulp test"
}
}