forked from gskinner/regexr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 977 Bytes
/
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
{
"name": "RegExr",
"version": "2.0.0",
"repository": "http://github.com/gskinner/regexr/regexr.git",
"devDependencies": {
"browserify": "^10.2.1",
"browserify-shim": "^3.8.7",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"html-minifier": "^0.7.2",
"inline-source": "^4.0.0",
"uglify-js": "^2.4.23"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {},
"engine": "node >= 0.10.24",
"dependencies": {
"classlist-polyfill": "^1.0.1",
"codemirror": "^5.3.0",
"es6-promise": "^2.1.1",
"placeholders.js": "^3.0.2",
"store": "^1.3.17",
"zeroclipboard": "^2.2.0"
}
}