2015-05-24 12:58:17 +00:00
|
|
|
{
|
|
|
|
"name": "app_name",
|
2015-05-27 02:13:16 +00:00
|
|
|
"version": "0.0.1",
|
2015-05-24 12:58:17 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
|
|
|
"devDependencies": {
|
fixed package.json
`embark demo` that you suggested in #20 was failing with:
```
npm WARN package.json app_name@0.0.1 No description
npm WARN package.json app_name@0.0.1 No repository field.
npm WARN package.json app_name@0.0.1 No README data
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.4
npm ERR! npm v2.11.1
npm ERR! code ETARGET
npm ERR! notarget No compatible version found: embark-framework@'embark-framework@develop'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.4.2","0.4.3"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'app_name'
npm ERR! notarget
npm ERR! Please include the following file with any support request:
npm ERR! /Users/marekkotewicz/ethereum/embark_demo/npm-debug.log
```
2015-07-10 08:36:15 +00:00
|
|
|
"embark-framework": "iurimatias/embark-framework#develop",
|
2015-06-10 01:23:47 +00:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-coffee": "^0.13.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
2015-06-15 10:07:40 +00:00
|
|
|
"matchdep": "^0.3.0"
|
2015-05-24 12:58:17 +00:00
|
|
|
}
|
|
|
|
}
|