forked from ariutta/cross-platform-shapes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "cross-platform-shapes",
"version": "0.0.8",
"description": "Create shapes with Canvas, SVG and possibly other formats in the future.",
"main": "Gruntfile.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": "~1.2.11",
"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",
"temporary": "0.0.8"
},
"dependencies": {}
}