-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "responsive-editor",
"version": "0.2.2",
"description": "Simple editor to create responsive content",
"main": "./editor.js",
"dependencies": {
"jquery": "^2.1.3",
"normalize.css": "^3.0.2",
"pubsub": "^1.0.2",
"sortablejs": "^1.1.1",
"tiny-model": "git://github.com/romantaraban/tiny-model.git"
},
"scripts": {
"test": "mocha-phantomjs test/test.html && jscs source/js/main.js",
"build": "gulp sass && gulp build-js"
},
"author": "Roman Taraban",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/romantaraban/responsive-editor.git"
},
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^9.0.3",
"chai": "^2.2.0",
"connect-livereload": "^0.5.3",
"express": "^4.12.3",
"foundation": "^4.2.1-1",
"gulp": "^3.8.10",
"gulp-jscs": "^1.4.0",
"gulp-mocha": "^2.0.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"gulp-livereload": "^3.8.0",
"gulp-mocha-phantomjs": "^0.5.3",
"jscs": "^1.12.0",
"mocha": "^2.1.0",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "^1.9.16",
"tiny-lr": "^0.1.5",
"v8flags": "^2.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}