-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.56 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "cross-platform-shapes",
"version": "1.1.0",
"description": "Create shapes with Canvas, SVG and possibly other formats in the future.",
"main": "index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ariutta/cross-platform-shapes.git"
},
"keywords": [
"graphics",
"shapes",
"canvas",
"svg"
],
"author": "Anders Riutta",
"readmeFilename": "README.md",
"devDependencies": {
"connect-livereload": "~0.2.0",
"grunt-open": "~0.2.2",
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-git-describe": "~2.3.2",
"utilities": "latest",
"grunt-browserify": "~2.1.3",
"jasmine-runner": "~0.2.9",
"protractor": "~0.15.0",
"express": "~3.4.7",
"reload": "~0.1.0",
"colors": "~0.6.2",
"grunt-sync-pkg": "~0.1.2",
"grunt-protractor-runner": "~0.2.1",
"grunt-concurrent": "~0.4.3",
"grunt-net": "~0.1.2",
"node.extend": "~1.0.9",
"JSON": "~1.0.0",
"grunt-build-control": "~0.1.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-string-to-js": "0.0.3",
"browserify": "~9.0.8",
"deglobalify": "~0.2.0",
"brfs": "~1.1.2",
"nodemon": "~1.2.1",
"grunt-nodemon": "~0.3.0",
"highland": "~2.4.0",
"gulp-brfs": "~0.1.0",
"gulp": "~3.8.11",
"vinyl-buffer": "~1.0.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.2.0",
"watchify": "~3.2.0",
"browser-sync": "~2.6.5",
"gulp-util": "~3.0.4",
"pretty-hrtime": "~1.0.0",
"gulp-notify": "~2.2.0",
"vinyl-source-stream": "~1.1.0",
"gulp-sequence": "~0.3.2",
"gulp-git": "~1.2.1",
"gulp-bump": "~0.3.0",
"inquirer": "~0.8.2",
"JSONStream": "~0.10.0",
"gulp-regex-replace": "~0.2.3",
"rsyncwrapper": "~0.4.2",
"gulp-build-branch": "~0.1.4",
"freeport": "~1.0.4",
"ecstatic": "~0.7.4",
"selenium-standalone": "~4.4.0",
"wd": "~0.3.11",
"yargs": "~3.8.0",
"through": "~2.3.7",
"spawn-mocha-parallel": "~1.3.1",
"selenium-launcher": "~1.1.11",
"bdd-with-opts": "~1.0.0",
"mocha": "~2.2.4",
"imagemagick-native": "~1.7.0",
"phash": "0.0.5",
"gulp-mocha": "~2.0.1",
"node-notifier": "~4.2.1"
},
"dependencies": {
"lodash": "~2.4.1"
}
}