forked from ghinda/jotted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.43 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
{
"name": "jotted",
"version": "1.4.3",
"author": "Ionut Colceriu <contact@ghinda.net>",
"description": "Environment for showcasing HTML, CSS and JavaScript, with editable source.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghinda/jotted/issues"
},
"homepage": "https://github.com/ghinda/jotted#readme",
"main": "jotted.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ghinda/jotted.git"
},
"files": [
"jotted*",
"LICENSE",
"README.md"
],
"keywords": [
"demo",
"fiddle",
"pen",
"code",
"editor"
],
"scripts": {
"watch": "grunt server",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-rollup": "^1.0.0",
"connect-livereload": "^0.6.0",
"grunt": "^1.0.1",
"grunt-assemble": "^0.5.0",
"grunt-build-control": "^0.7.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-rollup": "^0.8.0",
"grunt-saucelabs": "^9.0.0",
"grunt-standard": "^2.0.0",
"matchdep": "^1.0.0",
"rollup-plugin-babel": "^2.3.9"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"it",
"expect"
]
}
}