-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
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
{
"name": "css-shapes-editor",
"main": "./dist/CSSShapesEditor.js",
"description": "Editor for CSS Shapes in the browser.",
"version": "0.10.0",
"author": "Adobe Systems Inc.",
"contributors": [
"Razvan Caliman <rcaliman@adobe.com>",
"François REMY <francois.remy.dev@outlook.com>",
"Bear Travis <betravis@adobe.com>"
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "0.0.13",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-testem": "^0.5.16",
"testem": "^0.6.15",
"load-grunt-tasks": "~0.2.1"
},
"engines": {
"node": ">=0.8.0"
}
}