forked from ractive-foundation/ractive-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.48 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
73
74
75
76
77
78
79
80
81
82
{
"name": "ractive-foundation",
"version": "0.21.0",
"description": "Ractive components for Foundation 5",
"main": "dist/ractivef.js",
"scripts": {
"test": "npm prune && npm install && gulp test",
"start": "npm prune && npm install && gulp",
"dist": "gulp build && gulp dist",
"version": "npm run dist && git add -A dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/ractive-foundation/ractive-foundation.git"
},
"author": "Pavel Shum <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ractive-foundation/ractive-foundation/issues"
},
"homepage": "https://github.com/ractive-foundation/ractive-foundation",
"devDependencies": {
"del": "~2.2.2",
"foundation-sites": "git+https://github.com/zurb/bower-foundation.git#5.5.3",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.0",
"gulp-connect": "~5.0.0",
"gulp-copy": "0.0.2",
"gulp-cordova-author": "^1.0.0",
"gulp-cordova-build-android": "^1.3.0",
"gulp-cordova-build-ios": "^2.0.1",
"gulp-cordova-create": "^1.1.1",
"gulp-cordova-description": "^1.0.0",
"gulp-cordova-version": "^0.3.0",
"gulp-footer": "~1.0.5",
"gulp-header": "~1.8.8",
"gulp-indent-checker": "^0.2.1",
"gulp-jscs": "~4.0.0",
"gulp-jshint": "~2.0.1",
"gulp-load-plugins": "~1.2.4",
"gulp-rename": "~1.2.2",
"gulp-run": "~1.7.1",
"gulp-sass": "~2.3.2",
"gulp-watch": "~4.3.9",
"gulp-wrap": "~0.13.0",
"hljs-cdn-release": "git+https://github.com/themacclesoft/hljs-cdn-release.git#release-8.4",
"jshint": "^2.9.3",
"jshint-stylish": "~2.2.1",
"merge-stream": "~1.0.0",
"node-getopt-long": "~0.3.2",
"page": "~1.7.1",
"phantomjs-prebuilt": "~2.1.12",
"run-sequence": "~1.2.2",
"superagent": "0.21.0",
"sync": "~0.2.5",
"walk": "~2.3.9",
"webdriverio": "~3.4.0"
},
"dependencies": {
"a11y": "^0.4.1",
"async": "2.0.1",
"find": "~0.2.7",
"cucumber": "~0.7.0",
"gulp-util": "~3.0.7",
"hammerjs": "~2.0.8",
"json2htmljson2css": "0.0.1",
"lodash-compat": "~3.10.2",
"node-notifier": "~4.6.1",
"marked": "~0.3.6",
"q": "~2.0.3",
"ractive": "~0.7.3",
"ractive-events-tap": "~0.3.1",
"ractive-touch": "~0.4.0",
"selenium-standalone": "~4.9.1",
"simple-glob": "~0.1.1",
"through": "~2.3.8",
"through2": "~2.0.1",
"vinyl": "~1.2.0",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}