fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Building js & css for editor with r.js/lessc via grunt tasks
[fnpeditor.git]
/
package.json
1
{
2
"name": "rng-editor",
3
"devDependencies": {
4
"grunt": "~0.4.1",
5
"grunt-contrib-requirejs": "~0.4.1",
6
"grunt-contrib-less": "~0.6.1"
7
}
8
}